Merge branch 'master' of github.com:jo1gi/grawlix

This commit is contained in:
Joakim Holm 2023-05-04 21:31:11 +02:00
commit 5bd8beb6e8

View File

@ -34,7 +34,7 @@ def load_config() -> Config:
config_dict = {}
sources = {}
if "source" in config_dict:
for key, values in config_dict["source"].items():
for key, values in config_dict["sources"].items():
sources[key] = SourceConfig (
username = values.get("username"),
password = values.get("password"),