From 426053162b8f51396fb45f61010e086af83be28d Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:14:56 +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 177997a..42f03c7 100644 --- a/py/收集.py +++ b/py/收集.py @@ -240,7 +240,7 @@ replacement_dict = { # 原始文件名 input_filename = '汇总.txt' # 新文件名 -output_filename = '汇总.txt' +output_filename = '2.txt' # 打开原始文件和新文件 with open(input_filename, 'r') as infile, open(output_filename, 'w') as outfile: