From 535c2b6fe859aab7339aa85b8608ebca3962954d Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 15 May 2024 01:00:31 +0800 Subject: [PATCH] =?UTF-8?q?fix=20dbshow=20=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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