From 27ced881ee2fd051125cb291411a73320d12f12b Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Fri, 20 Sep 2024 22:18:44 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=BD=91=E7=BB=9C=E6=94=B6=E9=9B=86.p?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/网络收集.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/网络收集.py b/py/网络收集.py index f10d142..05047e7 100644 --- a/py/网络收集.py +++ b/py/网络收集.py @@ -653,7 +653,7 @@ def parse_file(input_file_path, output_file_name): # # 合并所有满足条件的IP或域名的行到一个文件 ############################################################ - alphabet_counter = -1 + alphabet_counter = 0 number_counter = -1 with open(output_file_name, 'w', encoding='utf-8') as output_file: #output_ for ip_or_domain, lines in filtered_ip_or_domain_to_lines.items():