mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-01-23 23:44:25 +08:00
FIXED: ruff error
This commit is contained in:
parent
3274885803
commit
829c7d8be6
@ -18,7 +18,7 @@ async def get_cnr_data(cache_mode=True, dont_wait=True):
|
||||
try:
|
||||
return await _get_cnr_data(cache_mode, dont_wait)
|
||||
except asyncio.TimeoutError:
|
||||
print(f"A timeout occurred during the fetch process from ComfyRegistry.")
|
||||
print("A timeout occurred during the fetch process from ComfyRegistry.")
|
||||
return await _get_cnr_data(cache_mode=True, dont_wait=True) # timeout fallback
|
||||
|
||||
async def _get_cnr_data(cache_mode=True, dont_wait=True):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user