From 01867ed9dc50a420262bcaf05183b06b35fa3b73 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Sat, 18 Apr 2026 20:04:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- export_zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_zip.py b/export_zip.py index 10c4d8b..d041729 100644 --- a/export_zip.py +++ b/export_zip.py @@ -36,7 +36,7 @@ def export_folders_to_zip(base_dir: str = ".", output_dir: str = "output"): for folder in folders: folder_path = os.path.join(base_dir, folder) - zip_filename = f"{folder}_{timestamp}.zip" + zip_filename = f"{folder}.zip" zip_path = os.path.join(output_dir, zip_filename) try: