From 59a9878eb2267a3a419365291638e19da7b7e985 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Mon, 25 Dec 2023 16:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/analyzer/export_chat.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pywxdump/analyzer/export_chat.py b/pywxdump/analyzer/export_chat.py index 920fb04..1249a29 100644 --- a/pywxdump/analyzer/export_chat.py +++ b/pywxdump/analyzer/export_chat.py @@ -19,7 +19,7 @@ import json import time from functools import wraps -from .utils import get_md5, detach_databases, attach_databases, execute_sql +from .utils import get_md5, attach_databases, execute_sql def get_contact_list(MicroMsg_db_path): @@ -222,9 +222,3 @@ def export(username, outpath, MSG_ALL_db_path, MicroMsg_db_path, MediaMSG_all_db if username and len(user) > 0: user = user[0] return export_html(user, outpath, MSG_ALL_db_path, MediaMSG_all_db_path, FileStorage_path) - - -if __name__ == '__main__': - msg_all = "" - a = get_contact_list(msg_all) - print(a)