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:
@@ -2,7 +2,7 @@ import telebot
|
|||||||
import os
|
import os
|
||||||
from flask import Flask, request
|
from flask import Flask, request
|
||||||
|
|
||||||
bot = telebot.TeleBot('token')
|
bot = telebot.TeleBot('<api_token>')
|
||||||
|
|
||||||
server = Flask(__name__)
|
server = Flask(__name__)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user