mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-16 04:09:10 +00:00
Merge branch 'master' of github.com:jo1gi/grawlix
This commit is contained in:
commit
5bd8beb6e8
@ -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