# HG changeset patch # User Drew Perttula # Date 2011-06-18 05:12:23 # Node ID 84c0a3bf07ede22122347b682103c2d782d258d5 # Parent 365ca8d7476f34b56f9846d753cdece32279d841 webcontrol remove hardcoded show Ignore-this: 4d42e9c0e07649b2e076b2d1fcb1eacc diff --git a/bin/webcontrol b/bin/webcontrol --- a/bin/webcontrol +++ b/bin/webcontrol @@ -70,7 +70,6 @@ class Main(rend.Page): return [pic, ctx.arg('status') or 'ready'] def render_songButtons(self, ctx, data): - show = URIRef("http://light9.bigasterisk.com/show/dance2009") # ? playList = graph.value(show, L9['playList']) songs = list(graph.items(playList)) out = [] @@ -108,6 +107,7 @@ class Main(rend.Page): return static.File("/usr/share/pyshared/elisa/plugins/poblesec/tango") graph = showconfig.getGraph() +show = showconfig.showUri() log.startLogging(sys.stdout)