1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update webhook_flask_heroku_echo.py

This commit is contained in:
Dmitry 2016-05-25 19:25:46 +06:00
parent 59b19fbbc1
commit 05f1c87c7d

View File

@ -27,5 +27,4 @@ def webhook():
return "!", 200
server.run(host="0.0.0.0", port=os.environ.get('PORT', 5000))
server = Flask(__name__)