Merge branch 'main' of github.com:sartography/spiff-arena

This commit is contained in:
burnettk 2023-02-08 12:51:52 -05:00
commit 1921d0d174
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
"""__init__."""
import os
import sys
import faulthandler
from typing import Any
import connexion # type: ignore
@ -80,6 +81,8 @@ def start_scheduler(
def create_app() -> flask.app.Flask:
"""Create_app."""
faulthandler.enable()
# We need to create the sqlite database in a known location.
# If we rely on the app.instance_path without setting an environment
# variable, it will be one thing when we run flask db upgrade in the