This commit is contained in:
xaoyaoo 2024-03-15 15:53:13 +08:00
parent e0b70ddc39
commit adbdaed20e
2 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,4 @@ except:
PYWXDUMP_ROOT_PATH = os.path.dirname(__file__)
__version__ = "2.4.59"
__version__ = "2.4.60"

View File

@ -40,6 +40,8 @@ def get_contact(MicroMsg_db_path, wx_id):
"ORDER BY NickName ASC;")
cursor.execute(sql)
result = cursor.fetchone()
cursor.close()
db.close()
print('联系人信息:', result)
if not result:
print('居然没找到!')