From 2366baaa521abf9b9569b01cc27ddcbd9b387d41 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Tue, 9 Jan 2024 21:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=BC=E5=87=BA=E7=9A=84cs?= =?UTF-8?q?v=E5=91=BD=E5=90=8D=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/cli.py b/pywxdump/cli.py index a6c978d..8ec2bf8 100644 --- a/pywxdump/cli.py +++ b/pywxdump/cli.py @@ -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