This commit is contained in:
xaoyaoo 2024-01-13 16:45:06 +08:00
parent 12a1074b48
commit 2a353020ab
2 changed files with 2 additions and 1 deletions

View File

@ -22,4 +22,4 @@ except:
VERSION_LIST = {}
VERSION_LIST_PATH = None
__version__ = "2.4.14"
__version__ = "2.4.15"

View File

@ -199,6 +199,7 @@ class MainShowChatRecords():
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