From 4bb8ab6889d34f2e70492a3104223d435c8f13b1 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sun, 18 Aug 2024 01:40:26 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/iptv流畅度检测.py b/py/iptv流畅度检测.py index aca0458..84fff76 100644 --- a/py/iptv流畅度检测.py +++ b/py/iptv流畅度检测.py @@ -569,7 +569,7 @@ def check_and_write_file(input_file, output_file, keywords): file_size = os.path.getsize(output_file) # 如果文件大小小于30字节(假设的最小文件大小),删除文件 - if file_size < 800: + if file_size < 500: os.remove(output_file) print(f"文件只包含头部信息,{output_file} 已被删除。") else: