mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-26 23:00:52 +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
|
||||
from urllib.parse import urlparse
|
||||
|
||||
version = "V1.0.1"
|
||||
version = "V1.0.2"
|
||||
print(f"### Loading: ComfyUI-Manager ({version})")
|
||||
|
||||
|
||||
|
||||
@ -135,6 +135,9 @@ try:
|
||||
else:
|
||||
original_stderr.flush()
|
||||
|
||||
def reconfigure(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
|
||||
def close_log():
|
||||
log_file.close()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user