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