更新导出为csv的方式,字段中有因为,自动转义
This commit is contained in:
parent
c3cbcc1b2c
commit
5bb5ea9021
@ -22,4 +22,4 @@ except:
|
||||
VERSION_LIST = {}
|
||||
VERSION_LIST_PATH = None
|
||||
|
||||
__version__ = "2.4.8"
|
||||
__version__ = "2.4.9"
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user