feat: 修改搜索信息获取逻辑以存储返回值并简化后续处理
This commit is contained in:
parent
2f5febf7fb
commit
c1f964feda
2
main.py
2
main.py
@ -363,7 +363,7 @@ def integrate_data_parallel():
|
||||
print(proxname)
|
||||
h = gettoken(proxname)
|
||||
print(h)
|
||||
get_searchInfo(kitem['keyword'], kitem['level'], h, proxiesdict)
|
||||
v_list = get_searchInfo(kitem['keyword'], kitem['level'], h, proxiesdict)
|
||||
|
||||
# futures = [
|
||||
# executor.submit(search_worker, payload, kitem, flag)
|
||||
|
Loading…
x
Reference in New Issue
Block a user