feat: 修改搜索信息获取逻辑以存储返回值并简化后续处理

This commit is contained in:
晓丰 2025-05-30 22:50:20 +08:00
parent c1f964feda
commit ae7d23a59e

View File

@ -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)