Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Jan 13, 2024
1 parent 12a1074 commit 2a35302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.14"
__version__ = "2.4.15"
1 change: 1 addition & 0 deletions pywxdump/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def init_parses(self, parser):
def run(self, args):
print(f"[*] PyWxDump v{pywxdump.__version__}")
# (merge)和(msg_path,micro_path,media_path) 二选一
print(not args.merge_path, not (args.msg_path and args.micro_path and args.media_path))
if not args.merge_path and not (args.msg_path and args.micro_path and args.media_path):
print("[-] 请输入数据库路径([merge_path] or [msg_path, micro_path, media_path])")
return
Expand Down

0 comments on commit 2a35302

Please sign in to comment.