From cf322fcf93be16c9efdc339da8acae45bdbc6587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 29 Mar 2020 17:04:12 +0200 Subject: [PATCH] update sentry dsn --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 3f5fb88..c5e9f30 100644 --- a/app.py +++ b/app.py @@ -10,7 +10,7 @@ __copyright__ = "Copyright 2020, GoldenPogácsa Team" __module_name__ = "app" __version__text__ = "1" -sentry_sdk.init("https://0a106e104e114bc9a3fa47f9cb0db2f4@sentry.kmlabz.com/10") +sentry_sdk.init("https://1b2c8467076c4e2e9158b60a4bb96bdc@sentry.kmlabz.com/11") if __name__ == "__main__": print("Scheduler")