Update p2p.py

This commit is contained in:
frxz751113
2024-10-01 12:12:29 +08:00
committed by GitHub
parent 4c958d23b3
commit 55b94e1bb8
+1 -1
View File
@@ -139,7 +139,7 @@ def write_list(file_path, data_list):
file.write(item + '\n') file.write(item + '\n')
if __name__ == "__main__": if __name__ == "__main__":
input_file_path = "综合源.txt" # 替换为你的输入文件路径 input_file_path = "y.txt" # 替换为你的输入文件路径
output_file_path = "y.txt" # 替换为你的输出文件路径 output_file_path = "y.txt" # 替换为你的输出文件路径
lines = read_txt_file(input_file_path) lines = read_txt_file(input_file_path)
results = process_urls_multithreaded(lines) results = process_urls_multithreaded(lines)