diff bin/rdfdb @ 1858:7772cc48e016

reformat all python Ignore-this: 1135b78893f8b3d31badddda7f45678f
author drewp@bigasterisk.com
date Tue, 21 May 2019 23:56:12 +0000
parents bbe05d5c6a8f
children 3c523c71da29
line wrap: on
line diff
--- a/bin/rdfdb	Tue May 21 23:55:35 2019 +0000
+++ b/bin/rdfdb	Tue May 21 23:56:12 2019 +0000
@@ -5,8 +5,9 @@
 import rdfdb.service
 
 rdfdb.service.main(
-    dirUriMap={os.environ['LIGHT9_SHOW'].rstrip('/') + '/':
-               showconfig.showUri() + '/'},
+    dirUriMap={
+        os.environ['LIGHT9_SHOW'].rstrip('/') + '/': showconfig.showUri() + '/'
+    },
     prefixes={
         'show': showconfig.showUri() + '/',
         '': 'http://light9.bigasterisk.com/',
@@ -17,5 +18,4 @@
         'dev': 'http://light9.bigasterisk.com/device/',
     },
     port=networking.rdfdb.port,
-    )
-
+)