From bfe9268f3c904ad45c1e04b4ffaee2890b1339e2 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 19 Aug 2024 01:54:56 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=B8=B4=E6=97=B6=E7=BB=84=E5=90=88.p?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/临时组合.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/py/临时组合.py b/py/临时组合.py index 6968d1f..bf17ac4 100644 --- a/py/临时组合.py +++ b/py/临时组合.py @@ -225,8 +225,7 @@ def txt_to_m3u(input_file, output_file): # 将txt文件转换为m3u文件 txt_to_m3u('综合源.txt', '综合源.m3u') #任务结束,删除不必要的过程文件# -files_to_remove = ["汇总.txt", "TW.txt", "a.txt", "主.txt", "港澳.txt", "省市.txt", "少儿1.txt", \ - "c2.txt", "c1.txt", "DD.txt", "f.txt", "f1.txt"] +files_to_remove = ["汇总.txt", "a.txt", "主.txt", "港澳.txt", "省市.txt", "少儿1.txt"] for file in files_to_remove: if os.path.exists(file): os.remove(file)