From b80dd23112d3b247bd20254df9c0366d9e68710b Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Tue, 14 May 2024 20:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=BF=ABinfo=E7=9A=84=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/wx_info/get_wx_info.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pywxdump/wx_info/get_wx_info.py b/pywxdump/wx_info/get_wx_info.py index 3e7bee0..f74ae8e 100644 --- a/pywxdump/wx_info/get_wx_info.py +++ b/pywxdump/wx_info/get_wx_info.py @@ -232,7 +232,6 @@ def read_info(version_list: dict = None, is_logging: bool = False, save_path: st isKey = verify_key(bytes.fromhex(rd["key"]), os.path.join(rd['filePath'], "MSG", "MicroMsg.db")) if rd['key'] != "None" and rd[ 'filePath'] != "None" else False - if rd['filePath'] != "None" and rd['key'] == "None" and not isKey: rd['key'] = get_key(rd['pid'], rd['filePath'], addrLen)