This repository has been archived on 2020-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
consumer-scheduler/app.py
Kocsis Richárd 874f4e3ca5
All checks were successful
continuous-integration/drone/push Build is passing
Update 'app.py'
2020-03-29 17:11:46 +02:00

17 lines
331 B
Python

#!/usr/bin/env python
import sentry_sdk
"""
Scheduler
"""
__author__ = "@tormachris"
__copyright__ = "Copyright 2020, GoldenPogácsa Team"
__module_name__ = "app"
__version__text__ = "1"
sentry_sdk.init("https://1b2c8467076c4e2e9158b60a4bb96bdc@sentry.kmlabz.com/11")
if __name__ == "__main__":
print("Consumer-Scheduler")