This commit is contained in:
@@ -11,7 +11,6 @@ from utils import register_all_error_handlers
|
||||
# import views
|
||||
from views import ClassifyView
|
||||
|
||||
|
||||
# Setup sentry
|
||||
SENTRY_DSN = os.environ.get("SENTRY_DSN")
|
||||
if SENTRY_DSN:
|
||||
@@ -36,7 +35,6 @@ register_all_error_handlers(app)
|
||||
for view in [ClassifyView]:
|
||||
view.register(app, trailing_slash=False)
|
||||
|
||||
|
||||
# start debugging if needed
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
|
||||
Reference in New Issue
Block a user