mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-16 04:09:10 +00:00
Change 'source' in config to 'sources'
This commit is contained in:
parent
98306c0351
commit
7d63f1707a
@ -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"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user