diff --git a/bin/vidref b/bin/vidref --- a/bin/vidref +++ b/bin/vidref @@ -50,7 +50,7 @@ class Snapshot(cyclone.web.RequestHandle class SnapshotPic(cyclone.web.StaticFileHandler): pass -graph = SyncedGraph("vidref") +graph = SyncedGraph(networking.rdfdb.url, "vidref") gui = Gui(graph)