加快info的获取速度

This commit is contained in:
xaoyaoo 2024-05-14 20:50:55 +08:00
parent 3849ae484e
commit b80dd23112

View File

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