From 7312bc95a181dafc74c6bf44f8578161dd901bb3 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:05:41 +0800 Subject: [PATCH] =?UTF-8?q?Update=20IP=E6=90=9C=E7=B4=A2=E5=8F=8A=E5=8D=95?= =?UTF-8?q?=E6=96=87=E4=BB=B6IP=E6=A3=80=E6=B5=8B=E4=BB=A3=E7=A0=81.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/IP搜索及单文件IP检测代码.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/IP搜索及单文件IP检测代码.txt b/py/IP搜索及单文件IP检测代码.txt index 9a11a28..71eb0bb 100644 --- a/py/IP搜索及单文件IP检测代码.txt +++ b/py/IP搜索及单文件IP检测代码.txt @@ -307,7 +307,7 @@ from tqdm import tqdm # 初始化酒店源字典 detected_ips = {} # 存储文件路径 -file_path = "5.txt" +file_path = "2.txt" output_file_path = "2.txt" def get_ip_key(url): """从URL中提取IP地址,并构造一个唯一的键"""