Fix in app.py
This commit is contained in:
parent
088710e233
commit
68bcff71bf
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ def start_app():
|
||||||
JSON_SORT_KEYS=config.json_sort_keys
|
JSON_SORT_KEYS=config.json_sort_keys
|
||||||
)
|
)
|
||||||
|
|
||||||
if hasattr(config, 'SERVER_NAME'):
|
if hasattr(config, 'server_name'):
|
||||||
app.config.update(
|
app.config.update(
|
||||||
SERVER_NAME=config.server_name
|
SERVER_NAME=config.server_name
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue