mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
fix: add reconfigure method to Logger in prestartup
This commit is contained in:
parent
58307705d9
commit
382a455c6c
@ -14,7 +14,7 @@ import concurrent
|
|||||||
import ssl
|
import ssl
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
version = "V1.0.1"
|
version = "V1.0.2"
|
||||||
print(f"### Loading: ComfyUI-Manager ({version})")
|
print(f"### Loading: ComfyUI-Manager ({version})")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -135,6 +135,9 @@ try:
|
|||||||
else:
|
else:
|
||||||
original_stderr.flush()
|
original_stderr.flush()
|
||||||
|
|
||||||
|
def reconfigure(self, *args, **kwargs):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
def close_log():
|
def close_log():
|
||||||
log_file.close()
|
log_file.close()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user