1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

Use the new read_config in init.py

This commit is contained in:
Daniel Martí 2013-11-04 20:03:45 +01:00
parent e2bcf4304d
commit 5cdca44b69

View 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']):