更新导出的csv命名方式
This commit is contained in:
parent
5a3f874178
commit
2366baaa52
@ -300,7 +300,7 @@ class MainExportChatRecords():
|
||||
return
|
||||
if t == "txt":
|
||||
try:
|
||||
code, ret = export_csv(args.username, args.outpath, args.msg_path, page_size=1000000)
|
||||
code, ret = export_csv(args.username, args.outpath, args.msg_path, page_size=10000000)
|
||||
if not code:
|
||||
print(ret)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user