mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Use the new read_config in init.py
This commit is contained in:
parent
e2bcf4304d
commit
5cdca44b69
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue