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

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