Mercurial > code > home > repos > light9
diff bin/subserver @ 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 | 448fe9f81501 |
children | 95dfce5c12ce |
line wrap: on
line diff
--- a/bin/subserver Thu Jun 12 08:59:52 2014 +0000 +++ b/bin/subserver Fri Jun 13 05:25:02 2014 +0000 @@ -115,7 +115,7 @@ log.setLevel(logging.DEBUG if options.verbose else logging.INFO) - graph = SyncedGraph("subserver") + graph = SyncedGraph(networking.rdfdb.url, "subserver") d = {} def updateSubs():