From ee6fb1b779489023115a7fe5c0a535fdc2f7edde Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:33:29 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=94=B6=E9=9B=86.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/收集.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/收集.py b/py/收集.py index 1d82c3f..23f3e48 100644 --- a/py/收集.py +++ b/py/收集.py @@ -436,7 +436,7 @@ def parse_file(input_file_path, output_file_name): parse_file('网络收集.txt', '网络收集.txt') ################################################################################################任务结束,删除不必要的过程文件 -files_to_remove = ["2.txt", "汇总.txt"] +files_to_remove = ["2#.txt", "汇总.txt"] for file in files_to_remove: if os.path.exists(file):