From 767b09c84e2e57c05058c0c6b5a67e59e9cb1d6f Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sat, 20 Jan 2024 22:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=BC=E5=87=BA=E8=A7=A3?= =?UTF-8?q?=E5=AF=86=E6=95=B0=E6=8D=AE=E5=BA=93=E3=80=81csv=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/api/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pywxdump/api/api.py b/pywxdump/api/api.py index 7c8392e..b4650df 100644 --- a/pywxdump/api/api.py +++ b/pywxdump/api/api.py @@ -345,7 +345,6 @@ def export(): elif export_type == "json": pass elif export_type == "html": - chat_type_tups = [] for ct in chat_type: tup = analyzer.get_name_typeid(ct)