From ae7d23a59e0c48afc2309606556a4010219d0f82 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Fri, 30 May 2025 22:50:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=8E=B7=E5=8F=96=E9=80=BB=E8=BE=91=E4=BB=A5?= =?UTF-8?q?=E5=AD=98=E5=82=A8=E8=BF=94=E5=9B=9E=E5=80=BC=E5=B9=B6=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E5=90=8E=E7=BB=AD=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e859d97..e91c3b2 100644 --- a/main.py +++ b/main.py @@ -363,7 +363,7 @@ def integrate_data_parallel(): print(proxname) h = gettoken(proxname) print(h) - v_list = get_searchInfo(kitem['keyword'], kitem['level'], h, proxiesdict) + v_list = get_searchInfo(kitem['keyword'], kitem['level'], h, proxname) # futures = [ # executor.submit(search_worker, payload, kitem, flag)