update version
This commit is contained in:
@@ -74,7 +74,7 @@ def merge_databases(source_paths, target_path):
|
||||
"VALUES(?,?,?,?,?,?,?,?,?,?,?,?)",
|
||||
result)
|
||||
except:
|
||||
logger.error(f'数据库合并错误:\n{traceback.format_exc()}')
|
||||
logger.error(f'{source_path}数据库合并错误:\n{traceback.format_exc()}')
|
||||
cursor.close()
|
||||
db.close()
|
||||
# 提交事务
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version = '1.0.5'
|
||||
version = '1.0.6'
|
||||
contact = '701805520'
|
||||
github = 'https://github.com/LC044/WeChatMsg'
|
||||
website = 'https://memotrace.lc044.love/'
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user