fix: 修复获取搜索信息时使用的代理名称
This commit is contained in:
parent
b160abf7cc
commit
ef3b223121
2
onoe.py
2
onoe.py
@ -433,7 +433,7 @@ def integrate_data_parallel():
|
|||||||
logger.info(proxname)
|
logger.info(proxname)
|
||||||
h = gettoken(proxname)
|
h = gettoken(proxname)
|
||||||
logger.info(h)
|
logger.info(h)
|
||||||
v_list = get_searchInfo(kitem['keyword'], kitem['level'], h, proxiesdict)
|
v_list = get_searchInfo(kitem['keyword'], kitem['level'], h, proxname)
|
||||||
|
|
||||||
for item in v_list:
|
for item in v_list:
|
||||||
if not v_list:
|
if not v_list:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user