forked from Github-Mirrors/canaille
fix: display an exception message when something happen during the demo app launch
This commit is contained in:
parent
709019ede3
commit
53123fa3c4
1 changed files with 1 additions and 1 deletions
|
@ -156,6 +156,6 @@ def create_app():
|
||||||
try:
|
try:
|
||||||
populate(app)
|
populate(app)
|
||||||
except:
|
except:
|
||||||
raise
|
app.logger.exception("Something happen during the app initialization")
|
||||||
|
|
||||||
return app
|
return app
|
||||||
|
|
Loading…
Reference in a new issue