Mercurial > code > home > repos > light9
diff bin/curvecalc @ 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 | 95ed52dcc3ab |
children | 5e905ff44e84 |
line wrap: on
line diff
--- a/bin/curvecalc Thu Jun 12 08:59:52 2014 +0000 +++ b/bin/curvecalc Fri Jun 13 05:25:02 2014 +0000 @@ -502,7 +502,7 @@ session = clientsession.getUri('curvecalc', opts) music = Music() - graph = SyncedGraph("curvecalc") + graph = SyncedGraph(networking.rdfdb.url, "curvecalc") graph.initiallySynced.addCallback( lambda _: launch(args, graph, session, opts, startTime, music))