fix timeout
This commit is contained in:
parent
6c13fa02c1
commit
01aa381848
@ -24,7 +24,7 @@ class PluginHelper(metaclass=Singleton):
|
|||||||
"""
|
"""
|
||||||
if not repo_url:
|
if not repo_url:
|
||||||
return {}
|
return {}
|
||||||
res = RequestUtils(proxies=settings.PROXY).get_res(f"{repo_url}package.json")
|
res = RequestUtils(proxies=settings.PROXY, timeout=10).get_res(f"{repo_url}package.json")
|
||||||
if res:
|
if res:
|
||||||
return json.loads(res.text)
|
return json.loads(res.text)
|
||||||
return {}
|
return {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user