From 7506019ea56d0a971c55ffd1da74fd61bbeec671 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 16 Jun 2025 07:15:24 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E9=85=92=E5=BA=97=E6=BA=90=E5=89=AF?= =?UTF-8?q?=E6=9C=AC.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 d787cfa..ccb752f 100644 --- a/py/酒店源副本.py +++ b/py/酒店源副本.py @@ -573,7 +573,7 @@ def main(source_file_path, output_file_path): print(f"任务完成,有效源数量: {valid_count[0]}, 无效源数量: {invalid_count[0]}") if __name__ == "__main__": try: - source_file_path = "iptv.txt"('请动动你发财的小手吧\n\n拖入utf-8直播源文件回车后运行:') + source_file_path = "iptv.txt" output_file_path = "酒店源.txt" main(source_file_path, output_file_path) except Exception as e: