From 40a9d75d672e69a6bc734d479377c163914f8566 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:47:09 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=B8=8D=E4=B9=B1=E5=BA=8F=E6=9C=89?= =?UTF-8?q?=E6=95=88=E6=80=A7=E6=A3=80=E6=B5=8B.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/不乱序有效性检测.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/不乱序有效性检测.py b/py/不乱序有效性检测.py index 9ab590a..2481cc0 100644 --- a/py/不乱序有效性检测.py +++ b/py/不乱序有效性检测.py @@ -8,11 +8,11 @@ print("程序已经自动过滤了特殊协议和组播以及酒店源,支持h print("/" * 80) # 保留原始的文件名输入部分 -a = input('FileName(DragHere):') +#a = input('FileName(DragHere):') #with open(a, 'r', encoding="utf-8") as f:#拖入文件操作 def filter_lines(file_path): - with open(a, 'r', encoding='utf-8') as file: + with open('综合源.txt', 'r', encoding='utf-8') as file: lines = file.readlines() filtered_lines = []