Kocsis Richárd
874f4e3ca5
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
331 B
Python
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")
|