From 4b8950242a393d77ba9c3922b9ac875a7b05598d Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 11 Oct 2022 15:31:16 +0300 Subject: [PATCH] check sentry --- main.py | 4 ++++ 1 file changed, 4 insertions(+) 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)