更新导出为csv的方式,字段中有因为,自动转义

This commit is contained in:
xaoyaoo 2024-01-09 22:06:42 +08:00
parent c3cbcc1b2c
commit 5bb5ea9021
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ except:
VERSION_LIST = {}
VERSION_LIST_PATH = None
__version__ = "2.4.8"
__version__ = "2.4.9"

View File

@ -296,7 +296,7 @@ class MainExportChatRecords():
# 从命令行参数获取值
t = args.type
if t == "txt":
if t == "csv":
try:
code, ret = export_csv(args.username, args.outpath, args.msg_path, page_size=10000000)
if not code: