update version

This commit is contained in:
shuaikangzhou 2024-01-23 21:34:12 +08:00
parent bc5305d346
commit 9fdca49c5f
5 changed files with 2 additions and 2 deletions

View File

@ -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()
# 提交事务

View File

@ -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/'