Use correct option
This commit is contained in:
parent
4906c633e2
commit
496e41bd4b
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def main(args):
|
|||
dmx.color = (0, 0, 0)
|
||||
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__':
|
||||
main(sys.argv[1:])
|
||||
|
|
Loading…
Reference in a new issue