diff bin/effecteval @ 1114:a38955ba6f40

rdfdb port is now in the config Ignore-this: 62a97aed9e0fe42604b8b59009b3d0e6
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 13 Jun 2014 05:25:02 +0000
parents 8842f0c7a641
children 818275850003
line wrap: on
line diff
--- a/bin/effecteval	Thu Jun 12 08:59:52 2014 +0000
+++ b/bin/effecteval	Fri Jun 13 05:25:02 2014 +0000
@@ -181,9 +181,10 @@
         # return dmx dict for all effects in the song, already combined
 
 class App(object):
-    def __init__(self, show):
+    def __init__(self, show, outputWhere):
         self.show = show
-        self.graph = SyncedGraph("effectEval")
+        self.outputWhere = outputWhere
+        self.graph = SyncedGraph(networking.rdfdb.url, "effectEval")
         self.graph.initiallySynced.addCallback(self.launch)
 
         self.stats = scales.collection('/',