fix: 修改获取搜索信息的逻辑,支持根据请求级别传递参数

This commit is contained in:
晓丰 2025-05-18 13:36:15 +08:00
parent ac87dfa9c3
commit 1b46a94e7e

View File

@ -706,7 +706,7 @@ def integrate_data():
proxiesdict = db.get_proxy_agent_dict() proxiesdict = db.get_proxy_agent_dict()
global Gproxies global Gproxies
Gproxies = proxiesdict[kitem['rn']] Gproxies = proxiesdict[kitem['rn']]
v_list = get_searchInfo(kitem['keyword']) v_list = get_searchInfo(kitem['keyword'], kitem['level'])
if not v_list: if not v_list:
for i in range(3): for i in range(3):