Mercurial > code > home > repos > light9
diff bin/collector @ 1998:3d28b1a54a29
reformat
Ignore-this: 28e00687983432a552e465291ef9b4b4
author | drewp@bigasterisk.com |
---|---|
date | Sun, 09 Jun 2019 21:56:03 +0000 |
parents | 5c8b6cd330da |
children | f9faa2ec824f |
line wrap: on
line diff
--- a/bin/collector Sun Jun 09 21:53:03 2019 +0000 +++ b/bin/collector Sun Jun 09 21:56:03 2019 +0000 @@ -68,7 +68,10 @@ # todo: drive outputs with config files rate = 30 outputs = [ - ArtnetDmx(L9['output/dmxA/'], host='127.0.0.1', port=6445, rate=rate), + ArtnetDmx(L9['output/dmxA/'], + host='127.0.0.1', + port=6445, + rate=rate), #DummyOutput(L9['output/dmxA/']), ] except Exception: