From 0dbe372777da715f7218e0b2c41aba4711b904f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 29 Mar 2020 12:46:22 +0200 Subject: [PATCH] update sentry url --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index dff38f2..6cf1ec4 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://3fa5ae886ba1489092ad49a93cb419c1@sentry.kmlabz.com/9") +sentry_sdk.init("https://0a106e104e114bc9a3fa47f9cb0db2f4@sentry.kmlabz.com/10") if __name__ == "__main__": print("Producer") \ No newline at end of file