diff --git a/main.py b/main.py index 657ffdf..042974a 100644 --- a/main.py +++ b/main.py @@ -32,4 +32,8 @@ def run(): def today(): return events.today_json() + @app.route('/check_sentry') + def check_sentry(): + a = 1 / 0 + app.run(host="0.0.0.0", port=8000)