From 7a620704cafe34340db9a29b815211cc5a511d1a Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Wed, 21 Aug 2024 02:11:54 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=BB=BC=E5=90=88=E6=9B=B4=E6=96=B0+?= =?UTF-8?q?=E9=85=92=E5=BA=97=E6=BA=90.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 342113c..49ea9c2 100644 --- a/py/综合更新+酒店源.py +++ b/py/综合更新+酒店源.py @@ -636,7 +636,7 @@ print("新文件已保存。") # 打印完成信息 #对生成的文件进行合并 file_contents = [] -file_paths = ['酒店源.txt', "xx.txt"] # 替换为实际的文件路径列表 +file_paths = ['酒店源.txt'] # 替换为实际的文件路径列表 for file_path in file_paths: if os.path.exists(file_path): with open(file_path, 'r', encoding="utf-8") as file: