From 3d29ea540b74177ebd2e0b7b213fc3f995f86efb Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sat, 3 Aug 2024 01:05:07 +0800 Subject: [PATCH] fix --- pywxdump/wx_core/wx_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/wx_core/wx_info.py b/pywxdump/wx_core/wx_info.py index 89a0540..98b2ec4 100644 --- a/pywxdump/wx_core/wx_info.py +++ b/pywxdump/wx_core/wx_info.py @@ -363,7 +363,7 @@ def get_wx_info(WX_OFFS: dict = None, is_print: bool = False, save_path: str = N @wx_core_error def get_wx_db(msg_dir: str = None, db_types: Union[List[str], str] = None, - wxids: Union[List[str], str] = None) -> list[dict]: + wxids: Union[List[str], str] = None) -> List[dict]: r""" 获取微信数据库路径 :param msg_dir: 微信数据库目录 eg: C:\Users\user\Documents\WeChat Files (非wxid目录)