forked from TillRepo/IrSender
setup working
This commit is contained in:
+1
-1
@@ -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", {})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user