From cc5b21d98801286d2ed26876ed389e601728671c Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:07:28 +0800 Subject: [PATCH] =?UTF-8?q?Update=20iptv=E6=B5=81=E7=95=85=E5=BA=A6?= =?UTF-8?q?=E6=A3=80=E6=B5=8B.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/iptv流畅度检测.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/iptv流畅度检测.py b/py/iptv流畅度检测.py index fd3dcad..25fe314 100644 --- a/py/iptv流畅度检测.py +++ b/py/iptv流畅度检测.py @@ -211,7 +211,7 @@ with open(output_file_path, 'w', encoding='utf-8') as file: with open(deleted_lines_file_path, 'w', encoding='utf-8') as file: file.writelines(deleted_lines) print('过滤完成,结果已保存到:', output_file_path) -print('删除的行已保存到:', deleted_lines_file_path) +print('提取的行已保存到:', deleted_lines_file_path) # #从文本中截取少儿段并生成两个新文件# # 定义关键词 @@ -250,7 +250,7 @@ with open(output_file_path, 'w', encoding='utf-8') as file: with open(deleted_lines_file_path, 'w', encoding='utf-8') as file: file.writelines(deleted_lines) print('过滤完成,结果已保存到:', output_file_path) -print('删除的行已保存到:', deleted_lines_file_path) +print('提取的行已保存到:', deleted_lines_file_path) # #