Update webhook_flask_heroku_echo.py

This commit is contained in:
Dmitry 2016-05-25 19:15:13 +06:00
parent e87907f0b8
commit 59b19fbbc1
1 changed files with 1 additions and 1 deletions

View File

@ -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__)