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)