mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-11 05:32:30 +08:00
fix pylint
This commit is contained in:
parent
ab424d8f18
commit
b0033807be
@ -1625,7 +1625,7 @@ def get_config():
|
|||||||
if cached_config is None:
|
if cached_config is None:
|
||||||
cached_config = read_config()
|
cached_config = read_config()
|
||||||
if cached_config['http_channel_enabled']:
|
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
|
return cached_config
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user