导出所有数据库的聊天记录

This commit is contained in:
shuaikangzhou
2023-11-16 23:16:38 +08:00
parent 38080499cd
commit 9c7cb674f8
4 changed files with 89 additions and 56 deletions

View File

@@ -37,5 +37,11 @@ def get_contact():
return result
def close():
global DB
if DB:
DB.close()
if __name__ == '__main__':
get_contact()