also set up the config for hacked app w/ burnettk
This commit is contained in:
parent
045fe9c93a
commit
57ba8e0c82
|
@ -132,6 +132,7 @@ def get_hacked_up_app_for_script() -> flask.app.Flask:
|
|||
else:
|
||||
raise Exception(f"Could not find {full_process_model_path}")
|
||||
app = create_app()
|
||||
setup_config(app)
|
||||
configure_sentry(app)
|
||||
return app
|
||||
|
||||
|
|
Loading…
Reference in New Issue