fix
This commit is contained in:
parent
e0b70ddc39
commit
adbdaed20e
@ -25,4 +25,4 @@ except:
|
||||
|
||||
PYWXDUMP_ROOT_PATH = os.path.dirname(__file__)
|
||||
|
||||
__version__ = "2.4.59"
|
||||
__version__ = "2.4.60"
|
||||
|
@ -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('居然没找到!')
|
||||
|
Loading…
Reference in New Issue
Block a user