Disable console

This commit is contained in:
adator
2024-11-07 23:03:21 +01:00
parent a93d69214e
commit 91a2eafd82

View File

@@ -9,6 +9,6 @@ class Settings:
PERIODIC_FUNC: dict[object] = {} PERIODIC_FUNC: dict[object] = {}
LOCK: RLock = RLock() LOCK: RLock = RLock()
CONSOLE: bool = True CONSOLE: bool = False
USER_MODES: list[str] = [] USER_MODES: list[str] = []