mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
Merge branch 'fix-scanner-config-loading' into 'master'
scanner: fix loading config.yml See merge request fdroid/fdroidserver!1216
This commit is contained in:
commit
cd8ded730a
1 changed files with 0 additions and 2 deletions
|
|
@ -336,8 +336,6 @@ def get_config(opts=None):
|
||||||
if config is not None:
|
if config is not None:
|
||||||
return config
|
return config
|
||||||
|
|
||||||
config = {}
|
|
||||||
common.fill_config_defaults(config)
|
|
||||||
common.read_config(opts=opts)
|
common.read_config(opts=opts)
|
||||||
|
|
||||||
# make sure these values are available in common.py even if they didn't
|
# make sure these values are available in common.py even if they didn't
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue