1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02: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:
Hans-Christoph Steiner 2022-10-13 11:12:05 +00:00
commit cd8ded730a

View File

@ -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