improve: don't show fetch message when startup caching.

fix: date based version compare instead of revision
https://github.com/ltdrdata/ComfyUI-Manager/issues/363#issuecomment-1907200900

fix: copy&paste bug
https://github.com/ltdrdata/ComfyUI-Manager/issues/357#issuecomment-1909284450
This commit is contained in:
dr.lt.data
2024-01-25 13:10:16 +09:00
parent 8077765d47
commit 2646e84d3a
2 changed files with 31 additions and 33 deletions

View File

@@ -467,7 +467,7 @@ def check_windows_event_loop_policy():
config.read(config_path)
default_conf = config['default']
if 'bypass_ssl' in default_conf and default_conf['windows_selector_event_loop_policy'].lower() == 'true':
if 'windows_selector_event_loop_policy' in default_conf and default_conf['windows_selector_event_loop_policy'].lower() == 'true':
try:
import asyncio
import asyncio.windows_events