diff bin/subcomposer @ 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 92c6e4b6cabb
children 0923efae4588
line wrap: on
line diff
--- a/bin/subcomposer	Thu Jun 12 08:59:52 2014 +0000
+++ b/bin/subcomposer	Fri Jun 13 05:25:02 2014 +0000
@@ -273,7 +273,7 @@
 
     initTkdnd(root.tk, 'tkdnd/trunk/')
 
-    graph = SyncedGraph("subcomposer")
+    graph = SyncedGraph(networking.rdfdb.url, "subcomposer")
     session = clientsession.getUri('subcomposer', opts)
 
     graph.initiallySynced.addCallback(lambda _: launch(opts, args, root, graph, session))