Use correct option
This commit is contained in:
parent
4906c633e2
commit
496e41bd4b
|
@ -80,7 +80,7 @@ def main(args):
|
||||||
dmx.color = (0, 0, 0)
|
dmx.color = (0, 0, 0)
|
||||||
dmx.animation = "off"
|
dmx.animation = "off"
|
||||||
|
|
||||||
run(host='0.0.0.0', port=args.port, reloader=False, debug=True)
|
run(host='0.0.0.0', port=args.listen, reloader=False, debug=True)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main(sys.argv[1:])
|
main(sys.argv[1:])
|
||||||
|
|
Loading…
Reference in a new issue