From 10e62bb88cd72b189b6452e72f8efe92318f2b02 Mon Sep 17 00:00:00 2001 From: Zheng Huang Date: Wed, 22 May 2024 13:19:51 +0800 Subject: [PATCH] fix: fix function compatibility --- pywxdump/wx_info/merge_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/wx_info/merge_db.py b/pywxdump/wx_info/merge_db.py index 953a4b7..5cf63c7 100644 --- a/pywxdump/wx_info/merge_db.py +++ b/pywxdump/wx_info/merge_db.py @@ -299,7 +299,7 @@ def merge_db(db_paths, save_path="merge.db", CreateTime: int = 0, endCreateTime: return save_path -def decrypt_merge(wx_path, key, outpath="", db_type: list[str] = [], CreateTime: int = 0, endCreateTime: int = 0) -> (bool, str): +def decrypt_merge(wx_path, key, outpath="", CreateTime: int = 0, endCreateTime: int = 0, db_type: list[str] = []) -> (bool, str): """ 解密合并数据库 msg.db, microMsg.db, media.db,注意:会删除原数据库 :param wx_path: 微信路径 eg: C:\*******\WeChat Files\wxid_*********