Skip to content

Commit

Permalink
聊天记录显示添加自定义数据库路径功能
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Jan 16, 2024
1 parent 92da73f commit 0244b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pywxdump/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
VERSION_LIST = {}
VERSION_LIST_PATH = None

__version__ = "2.4.19"
__version__ = "2.4.20"
2 changes: 1 addition & 1 deletion pywxdump/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def console_run():

# 检查是否需要显示帮助信息
if len(sys.argv) == 1:
sys.argv.append('all')
sys.argv.append('ui')
elif len(sys.argv) == 2 and sys.argv[1] in modes.keys() and sys.argv[1] not in [main_all.mode, main_wx_info.mode,
main_wx_db_path.mode, main_ui.mode]:
sys.argv.append('-h')
Expand Down

0 comments on commit 0244b1d

Please sign in to comment.