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:
@@ -27,5 +27,4 @@ def webhook():
|
|||||||
return "!", 200
|
return "!", 200
|
||||||
|
|
||||||
server.run(host="0.0.0.0", port=os.environ.get('PORT', 5000))
|
server.run(host="0.0.0.0", port=os.environ.get('PORT', 5000))
|
||||||
|
|
||||||
server = Flask(__name__)
|
server = Flask(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user