mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2025-09-06 20:56:28 +00:00
update 2023/3/15 document/pre-library update/bug fixed
This commit is contained in:
@ -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",
|
||||
)
|
||||
|
Reference in New Issue
Block a user