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