fix: prestartup Logger - add encoding method

This commit is contained in:
Dr.Lt.Data 2023-11-21 11:01:12 +09:00
parent defb781097
commit 580599ffe8
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.1"
version = "V1.1.1"
print(f"### Loading: ComfyUI-Manager ({version})")

View File

@ -138,7 +138,10 @@ try:
def reconfigure(self, *args, **kwargs):
pass
def encoding():
return "utf-8"
def close_log():
log_file.close()