Skip to content

Commit 59b19fb

Browse files
author
Dmitry
committed
Update webhook_flask_heroku_echo.py
1 parent e87907f commit 59b19fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webhook_examples/webhook_flask_heroku_echo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from flask import Flask, request
44

5-
bot = telebot.TeleBot('token')
5+
bot = telebot.TeleBot('<api_token>')
66

77
server = Flask(__name__)
88

0 commit comments

Comments
 (0)