update 2023/3/15 document/pre-library update/bug fixed

This commit is contained in:
bgArray
2023-03-15 12:04:20 +08:00
parent 2f6ae9ce46
commit 9da71afb89
5 changed files with 21 additions and 13 deletions

View File

@ -5,10 +5,12 @@ import urllib.error
import TrimLog
from TrimLog import Console, object_constants
is_logging: bool = True
MainConsole = Console()
osc = object_constants.ObjectStateConstant()
logger = TrimLog.Logger(
is_logging=True,
is_logging=is_logging,
printing=not osc.isRelease,
in_suffix=".llc",
)