sync with new driver API; make Dropbox indexed

This commit is contained in:
Jude Nelson
2017-05-23 16:48:40 -04:00
parent 1f9120b554
commit 540eac314c
9 changed files with 112 additions and 400 deletions

View File

@@ -111,7 +111,7 @@ def get_profile( fqu ):
return json.dumps([ret])
def storage_init(conf):
def storage_init(conf, **kw):
# read config options from the config file, if given
global STORAGE_URL, RESOLVER_URL