Skip to content

Commit

Permalink
Update webhook_flask_heroku_echo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed May 25, 2016
1 parent e87907f commit 59b19fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webhook_examples/webhook_flask_heroku_echo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from flask import Flask, request

bot = telebot.TeleBot('token')
bot = telebot.TeleBot('<api_token>')

server = Flask(__name__)

Expand Down

0 comments on commit 59b19fb

Please sign in to comment.