Development
This commit is contained in:
parent
b99ea35f79
commit
5149e5a035
10 changed files with 197 additions and 213 deletions
|
|
@ -48,7 +48,7 @@ def _load_json(path):
|
|||
return {}
|
||||
|
||||
def _load_core(): return _load_json(f'{CONFIGS_DIR}/core.json')
|
||||
def _load_ddns(): return _load_json(f'{CONFIGS_DIR}/ddns.json')
|
||||
def _load_ddns(): return _load_core().get('ddns', {})
|
||||
def _load_accounts(): return _load_json(f'{DATA_DIR}/authorized_accounts.json')
|
||||
|
||||
def _load_css():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue