Correct typo
This commit is contained in:
parent
61f4d5dde3
commit
8c2c7fb8bc
|
@ -2,4 +2,4 @@
|
|||
|
||||
here=$(cd $(dirname $0); pwd)
|
||||
cd $here
|
||||
exec poetry run python foobaz.py -a 127.0.0.1 -r shop
|
||||
exec poetry run python foobaz.py -a 127.0.0.1 -r shop -u 2
|
||||
|
|
|
@ -52,7 +52,7 @@ def main(args):
|
|||
args = parser.parse_args(args)
|
||||
|
||||
print(f"Starting DMX via Art-Net to {args.artnet}", file=sys.stderr)
|
||||
dmx = DMX(args.artnet, maxchan=128, universe=args.univers)
|
||||
dmx = DMX(args.artnet, maxchan=128, universe=args.universe)
|
||||
|
||||
if args.room == "shop":
|
||||
dmx._rgbs = [
|
||||
|
|
Loading…
Reference in a new issue