fix dbshow 命令

This commit is contained in:
xaoyaoo 2024-05-15 01:00:31 +08:00
parent 29dd56b187
commit 535c2b6fe8

View File

@ -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