Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed May 28, 2024
1 parent ded55e8 commit e1ba68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywxdump/wx_info/merge_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="", CreateTime: int = 0, endCreateTime: int = 0, db_type: list[str] = []) -> (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_*********
Expand Down

0 comments on commit e1ba68c

Please sign in to comment.