fix: 修复获取搜索信息时使用的代理名称

This commit is contained in:
晓丰 2025-05-31 04:44:00 +08:00
parent b160abf7cc
commit ef3b223121

View File

@ -433,7 +433,7 @@ def integrate_data_parallel():
logger.info(proxname)
h = gettoken(proxname)
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:
if not v_list: