diff bin/vidrefsetup @ 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 087f6cbe4b22
children 95dfce5c12ce
line wrap: on
line diff
--- a/bin/vidrefsetup	Thu Jun 12 08:59:52 2014 +0000
+++ b/bin/vidrefsetup	Fri Jun 13 05:25:02 2014 +0000
@@ -52,7 +52,7 @@
     (options, args) = parser.parse_args()
 
     log.setLevel(logging.DEBUG if options.verbose else logging.INFO)
-    graph = SyncedGraph("vidrefsetup")
+    graph = SyncedGraph(networking.rdfdb.url, "vidrefsetup")
 
     # deliberately conflict with vidref since they can't talk at once to cam
     port = networking.vidref.port