setup working

This commit is contained in:
2026-06-23 15:58:55 +02:00
parent 554d863418
commit 5fb4833fa7
4 changed files with 56 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def load_config():
cfg = json.load(f)
cfg.setdefault("host", "0.0.0.0")
cfg.setdefault("port", 8080)
cfg.setdefault("port", 8082)
cfg.setdefault("max_body_bytes", 65536)
cfg.setdefault("commands", {})