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: