mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-01-23 09:44:22 +08:00
commit
ef15f691fe
@ -367,7 +367,7 @@ def git_pull(path):
|
||||
async def get_data(uri):
|
||||
print(f"FETCH DATA from: {uri}")
|
||||
if uri.startswith("http"):
|
||||
async with aiohttp.ClientSession(trust_env=True) as session:
|
||||
async with aiohttp.ClientSession(trust_env=True, connector=aiohttp.TCPConnector(verify_ssl=False)) as session:
|
||||
async with session.get(uri) as resp:
|
||||
json_text = await resp.text()
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user