chiark / gitweb /
Use the new read_config in init.py
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 4 Nov 2013 19:03:45 +0000 (20:03 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 4 Nov 2013 19:03:45 +0000 (20:03 +0100)
fdroidserver/init.py

index 6cfed4cd5e0daa173d4764790c8ab226d58d17bd..47eae89438191c4d5dd67b8017d7fab954030140 100644 (file)
@@ -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']):