diff --git a/pywxdump/cli.py b/pywxdump/cli.py index 1aa1c5e..4118647 100644 --- a/pywxdump/cli.py +++ b/pywxdump/cli.py @@ -279,8 +279,7 @@ class MainShowChatRecords(BaseSubMainClass): online = args.online - if not os.path.exists(args.msg_path) or not os.path.exists(args.micro_path) or not os.path.exists( - args.media_path): + if not os.path.exists(merge_path): print("[-] 输入数据库路径不存在") return