Allow blank accounts config
parent
c5191d66cb
commit
c86c4218ce
|
@ -114,6 +114,7 @@ def load_accounts() -> dict[str, Optional[str]]:
|
||||||
if section is None:
|
if section is None:
|
||||||
log.warning('No accounts config found?')
|
log.warning('No accounts config found?')
|
||||||
|
|
||||||
|
else:
|
||||||
for brokername, account_labels in section.items():
|
for brokername, account_labels in section.items():
|
||||||
for name, value in account_labels.items():
|
for name, value in account_labels.items():
|
||||||
accounts[f'{brokername}.{name}'] = value
|
accounts[f'{brokername}.{name}'] = value
|
||||||
|
|
Loading…
Reference in New Issue