From 141ff1a4e50a2a35e75b08677783019f4e02fdc3 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sun, 19 May 2024 16:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/wx_info/merge_db.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pywxdump/wx_info/merge_db.py b/pywxdump/wx_info/merge_db.py index 51c435a..0e450d6 100644 --- a/pywxdump/wx_info/merge_db.py +++ b/pywxdump/wx_info/merge_db.py @@ -415,6 +415,10 @@ def all_merge_real_time_db(key, wx_path, merge_path): """ 合并所有实时数据库 注:这是全量合并,会有可能产生重复数据,需要自行去重 + :param key: 解密密钥 + :param wx_path: 微信路径 + :param merge_path: 合并后的数据库路径 eg: C:\*******\WeChat Files\wxid_*********\merge.db + :return: """ if not merge_path or not key or not wx_path or not wx_path: return False, "msg_path or media_path or wx_path or key is required" @@ -425,7 +429,6 @@ def all_merge_real_time_db(key, wx_path, merge_path): db_paths = get_core_db(wx_path, ["MediaMSG", "MSG", "MicroMsg"]) if not db_paths[0]: - print(wx_path) return False, db_paths[1] db_paths = db_paths[1] for i in db_paths: