Update 'app.py'
This commit is contained in:
parent
681364c153
commit
f956cf56b4
6
app.py
6
app.py
@ -2,10 +2,10 @@
|
||||
import sentry_sdk
|
||||
|
||||
"""
|
||||
Main Flask RESTful API
|
||||
Scheduler
|
||||
"""
|
||||
|
||||
__author__ = "@tormakris"
|
||||
__author__ = "@kocsisr"
|
||||
__copyright__ = "Copyright 2020, GoldenPogácsa Team"
|
||||
__module_name__ = "app"
|
||||
__version__text__ = "1"
|
||||
@ -13,4 +13,4 @@ __version__text__ = "1"
|
||||
sentry_sdk.init("https://0a106e104e114bc9a3fa47f9cb0db2f4@sentry.kmlabz.com/10")
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Producer")
|
||||
print("Scheduler")
|
||||
|
Reference in New Issue
Block a user