From b550ffeeadd27b9ed5ce450351071c3fe5f3a214 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Fri, 16 Aug 2024 01:10:46 +0800 Subject: [PATCH] =?UTF-8?q?Update=20iptv=E6=B5=81=E7=95=85=E5=BA=A6?= =?UTF-8?q?=E6=A3=80=E6=B5=8B.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/iptv流畅度检测.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/iptv流畅度检测.py b/py/iptv流畅度检测.py index df4c521..6bb7253 100644 --- a/py/iptv流畅度检测.py +++ b/py/iptv流畅度检测.py @@ -889,7 +889,7 @@ replacements = { with open('酒店优选.txt', 'r', encoding='utf-8') as file: lines = file.readlines() # 创建新文件并写入替换后的内容 -with open('酒店源.txt', 'w', encoding='utf-8') as new_file: +with open('酒店优选.txt', 'w', encoding='utf-8') as new_file: for line in lines: for old, new in replacements.items(): line = line.replace(old, new)