fix: add reconfigure method to Logger in prestartup

This commit is contained in:
Dr.Lt.Data 2023-11-19 01:05:41 +09:00
parent 58307705d9
commit 382a455c6c
2 changed files with 4 additions and 1 deletions

View File

@ -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})")

View File

@ -135,6 +135,9 @@ try:
else:
original_stderr.flush()
def reconfigure(self, *args, **kwargs):
pass
def close_log():
log_file.close()