update sentry dsn

This commit is contained in:
Torma Kristóf 2020-03-29 17:04:12 +02:00
parent f956cf56b4
commit cf322fcf93

2
app.py
View File

@ -10,7 +10,7 @@ __copyright__ = "Copyright 2020, GoldenPogácsa Team"
__module_name__ = "app" __module_name__ = "app"
__version__text__ = "1" __version__text__ = "1"
sentry_sdk.init("https://0a106e104e114bc9a3fa47f9cb0db2f4@sentry.kmlabz.com/10") sentry_sdk.init("https://1b2c8467076c4e2e9158b60a4bb96bdc@sentry.kmlabz.com/11")
if __name__ == "__main__": if __name__ == "__main__":
print("Scheduler") print("Scheduler")