Off when starting
This commit is contained in:
parent
dff9bd8b4f
commit
f0cbb639e8
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
|
nohup.out
|
||||||
|
*~
|
||||||
|
|
|
@ -78,8 +78,8 @@ def main(args):
|
||||||
print(f"Unknown room {args.room}", file=sys.stderr)
|
print(f"Unknown room {args.room}", file=sys.stderr)
|
||||||
sys.exit(64)
|
sys.exit(64)
|
||||||
dmx.animation = Off()
|
dmx.animation = Off()
|
||||||
dmx.color = (128, 128, 128)
|
dmx.color = (0, 0, 0)
|
||||||
dmx.animation = "fade"
|
dmx.animation = "off"
|
||||||
|
|
||||||
run(host='0.0.0.0', port=8080, reloader=False, debug=True)
|
run(host='0.0.0.0', port=8080, reloader=False, debug=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue