diff --git a/py/iptv流畅度检测.py b/py/iptv流畅度检测.py index a63fb16..d96aaf8 100644 --- a/py/iptv流畅度检测.py +++ b/py/iptv流畅度检测.py @@ -323,7 +323,7 @@ print('删除的行已保存到:', deleted_lines_file_path) #合并所有频道文件# # 读取要合并的频道文件,并生成临时文件#合并所有频道文件# file_contents = [] -file_paths = ["a0.txt", "港澳.txt", "b.txt", "df0.txt", "f.txt"] # 替换为实际的文件路径列表# +file_paths = ["a0.txt", "港澳.txt", "df0.txt", "f.txt"] # 替换为实际的文件路径列表# for file_path in file_paths: # with open(file_path, 'r', encoding="utf-8") as file: # content = file.read()