更新导出的csv命名方式
This commit is contained in:
parent
5a3f874178
commit
2366baaa52
@ -300,7 +300,7 @@ class MainExportChatRecords():
|
|||||||
return
|
return
|
||||||
if t == "txt":
|
if t == "txt":
|
||||||
try:
|
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:
|
if not code:
|
||||||
print(ret)
|
print(ret)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user