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:
parent
e2bcf4304d
commit
5cdca44b69
@ -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']):
|
||||
|
Loading…
Reference in New Issue
Block a user