Unneccessary global flag removed; 3d model added

This commit is contained in:
2026-04-11 16:32:00 +02:00
parent 787a922bd6
commit bed3bf2b4a
25 changed files with 4624 additions and 1 deletions

View File

@@ -80,7 +80,6 @@ def _load_config():
_cfg = _load_config()
DEBUG = _cfg.get("debug", False)
global _DEBUG
_DEBUG = DEBUG
WIFI_SSID = _cfg["wifi_ssid"]