Development
This commit is contained in:
parent
f5722f3c7b
commit
d60bf15ce4
15 changed files with 367 additions and 285 deletions
|
|
@ -65,7 +65,7 @@ def load_ddns():
|
|||
return config_utils.load_config().get('ddns', {})
|
||||
|
||||
def load_accounts():
|
||||
return load_json(config_utils.ACCOUNTS_FILE)
|
||||
return {'accounts': config_utils.list_accounts()}
|
||||
|
||||
def run(cmd):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue