From b0033807be3c5bef26a005f1ad77e100cd71e657 Mon Sep 17 00:00:00 2001 From: 956237586 Date: Sat, 1 Feb 2025 00:25:02 +0800 Subject: [PATCH] fix pylint --- glob/manager_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index 13e937b3..e3382d67 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -1625,7 +1625,7 @@ def get_config(): if cached_config is None: cached_config = read_config() if cached_config['http_channel_enabled']: - print(f"[ComfyUI-Manager] Warning: http channel enabled, make sure server in secure env") + print("[ComfyUI-Manager] Warning: http channel enabled, make sure server in secure env") return cached_config