Update iptv流畅度检测.py

This commit is contained in:
frxz751113
2024-08-17 22:58:15 +08:00
committed by GitHub
parent 620223aa52
commit 27521d0b47
+1 -1
View File
@@ -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()