增加导出解密数据库、csv方式

This commit is contained in:
xaoyaoo 2024-01-20 22:04:01 +08:00
parent 226baa5d13
commit 767b09c84e

View File

@ -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)