Update webhook_flask_heroku_echo.py

This commit is contained in:
Dmitry 2016-05-25 19:25:46 +06:00
parent 59b19fbbc1
commit 05f1c87c7d
1 changed files with 0 additions and 1 deletions

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__)