From 829c7d8be6d059deeb5bcde73b9a48aa7cb36890 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 19 Jan 2025 02:53:30 +0900 Subject: [PATCH] FIXED: ruff error --- glob/cnr_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob/cnr_utils.py b/glob/cnr_utils.py index 4aec3a46..3e89b06d 100644 --- a/glob/cnr_utils.py +++ b/glob/cnr_utils.py @@ -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):