Mercurial > code > home > repos > light9
diff bin/keyboardcomposer @ 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 | b9aec3be2b8c |
children | b3419b3aa00d |
line wrap: on
line diff
--- a/bin/keyboardcomposer Thu Jun 12 08:59:52 2014 +0000 +++ b/bin/keyboardcomposer Fri Jun 13 05:25:02 2014 +0000 @@ -603,7 +603,7 @@ log.setLevel(logging.INFO if opts.v else logging.WARN) - graph = SyncedGraph("keyboardcomposer") + graph = SyncedGraph(networking.rdfdb.url, "keyboardcomposer") # i think this also needs delayed start (like subcomposer has), to have a valid graph # before setting any stuff from the ui