From 55b94e1bb8c121be940c2340f90057ed666ea000 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:12:29 +0800 Subject: [PATCH] Update p2p.py --- py/p2p.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/p2p.py b/py/p2p.py index 58aefc9..2bda905 100644 --- a/py/p2p.py +++ b/py/p2p.py @@ -139,7 +139,7 @@ def write_list(file_path, data_list): file.write(item + '\n') if __name__ == "__main__": - input_file_path = "综合源.txt" # 替换为你的输入文件路径 + input_file_path = "y.txt" # 替换为你的输入文件路径 output_file_path = "y.txt" # 替换为你的输出文件路径 lines = read_txt_file(input_file_path) results = process_urls_multithreaded(lines)