导出所有数据库的聊天记录
This commit is contained in:
@@ -37,5 +37,11 @@ def get_contact():
|
||||
return result
|
||||
|
||||
|
||||
def close():
|
||||
global DB
|
||||
if DB:
|
||||
DB.close()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
get_contact()
|
||||
|
||||
Reference in New Issue
Block a user