diff bin/rdfdb @ 1229:79c615718a2f

#status corner style. rm hardcoded show uri. fix 'add to current song' ajax path. Ignore-this: e2da0be542cf51456c12a2bbe7f5bb5d
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 08 Jun 2015 09:28:55 +0000
parents 70f42f9d6e04
children 2c0c3aec0d63
line wrap: on
line diff
--- a/bin/rdfdb	Mon Jun 08 09:28:30 2015 +0000
+++ b/bin/rdfdb	Mon Jun 08 09:28:55 2015 +0000
@@ -416,7 +416,7 @@
     log.setLevel(logging.DEBUG if options.verbose else logging.INFO)
 
     db = Db(dirUriMap={os.environ['LIGHT9_SHOW'].rstrip('/') + '/':
-                       URIRef('http://light9.bigasterisk.com/show/dance2014/')})
+                       showconfig.showUri()})
 
     from twisted.python import log as twlog
     twlog.startLogging(sys.stdout)