diff bin/collector @ 1416:ab7b40d20af0

rewrite theaterConfig to a better data format Ignore-this: 54bc8ed67a85adb2e96334c2a917c83b
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 10 Jun 2016 12:09:59 +0000
parents f427801da9f6
children 05a5226a8d61
line wrap: on
line diff
--- a/bin/collector	Fri Jun 10 11:18:02 2016 +0000
+++ b/bin/collector	Fri Jun 10 12:09:59 2016 +0000
@@ -61,8 +61,8 @@
 def launch(graph):
 
     # todo: drive outputs with config files
-    outputs = [EnttecDmx(L9['output/dmx0/'], 100, '/dev/dmx0'),
-               Udmx(L9['output/udmx/'], 100)]
+    outputs = [EnttecDmx(L9['output/dmx0/'], '/dev/dmx0'),
+               Udmx(L9['output/udmx/'])]
     c = Collector(graph, outputs)
 
     server = WebServer(c)