Merge pull request #62 from adator85/V6.X.X

Disable console
This commit is contained in:
adator
2024-11-07 23:03:47 +01:00
committed by GitHub

View File

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