Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LC044 committed Jan 23, 2024
1 parent bc5305d commit 9fdca49
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/DataBase/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
# 提交事务
Expand Down
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
@@ -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/'
Expand Down
Binary file modified app/ui/menu/about_dialog.cp310-win_amd64.pyd
Binary file not shown.
Binary file modified app/ui/menu/about_dialog.cp311-win_amd64.pyd
Binary file not shown.
Binary file modified app/ui/menu/about_dialog.cp312-win_amd64.pyd
Binary file not shown.

0 comments on commit 9fdca49

Please sign in to comment.