I am trying to run a Python Flask heroku app, and am getting this error when visiting the web page.
I have absolutely no idea why
2018-04-23T13:21:20.430586+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=avian-hero.herokuapp.com request_id=53d7abca-826a-40e3-a0db-68d6bdc9f3a6 fwd="80.1.113.164" dyno= connect= service= status=503 bytes= protocol=https
2018-04-23T13:21:20.584930+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=avian-hero.herokuapp.com request_id=860212c4-203c-4e9e-87f9-2df263203ac9 fwd="80.1.113.164" dyno= connect= service= status=503 bytes= protocol=https
I am deploying with Gunicorn if that helps.