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 2a35302 commit 33211a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pywxdump/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ 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 33211a4

Please sign in to comment.