mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-31 10:41:44 -05: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:
@@ -336,8 +336,6 @@ def get_config(opts=None):
|
||||
if config is not None:
|
||||
return config
|
||||
|
||||
config = {}
|
||||
common.fill_config_defaults(config)
|
||||
common.read_config(opts=opts)
|
||||
|
||||
# make sure these values are available in common.py even if they didn't
|
||||
|
||||
Reference in New Issue
Block a user