From: Daniel Martí Date: Mon, 4 Nov 2013 19:03:45 +0000 (+0100) Subject: Use the new read_config in init.py X-Git-Tag: 0.1~223 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5cdca44b69295aa8faaa08a312000dd85fa59977;p=fdroidserver.git Use the new read_config in init.py --- diff --git a/fdroidserver/init.py b/fdroidserver/init.py index 6cfed4cd..47eae894 100644 --- a/fdroidserver/init.py +++ b/fdroidserver/init.py @@ -68,7 +68,7 @@ def main(): sys.exit() # now that we have a local config.py, read configuration... - common.read_config(config) + config = common.read_config(options) # track down where the Android SDK is if os.path.isdir(config['sdk_path']):