Skip to content

Commit

Permalink
Update webhook_flask_heroku_echo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed May 25, 2016
1 parent 59b19fb commit 05f1c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/webhook_examples/webhook_flask_heroku_echo.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ def webhook():
return "!", 200

server.run(host="0.0.0.0", port=os.environ.get('PORT', 5000))

server = Flask(__name__)

0 comments on commit 05f1c87

Please sign in to comment.