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)