Daily Shaarli

All links of one day in a single page.

2024 M12 9

ComfyUI-Manager 无法连接问题_comfyui-manager update failed: bad request-CSDN博客

if uri.startswith("http"):
async with aiohttp.ClientSession(trust_env=True, connector=aiohttp.TCPConnector(verify_ssl=False)) as session:
async with session.get(uri, ssl=False) as resp:
json_text = await resp.text()