Update IP搜索及单文件IP检测代码.txt

This commit is contained in:
frxz751113
2024-08-21 10:05:41 +08:00
committed by GitHub
parent 2853de49af
commit 7312bc95a1
+1 -1
View File
@@ -307,7 +307,7 @@ from tqdm import tqdm
# 初始化酒店源字典 # 初始化酒店源字典
detected_ips = {} detected_ips = {}
# 存储文件路径 # 存储文件路径
file_path = "5.txt" file_path = "2.txt"
output_file_path = "2.txt" output_file_path = "2.txt"
def get_ip_key(url): def get_ip_key(url):
"""从URL中提取IP地址,并构造一个唯一的键""" """从URL中提取IP地址,并构造一个唯一的键"""