We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e4df8 commit b16c2daCopy full SHA for b16c2da
telegram_bot/webhook.py
@@ -9,7 +9,7 @@ def set_webhook():
9
telegram_token = current_app.config.get('TELEGRAM_TOKEN')
10
bot = TelegramBot(telegram_token)
11
bot.set_webhook(
12
- webhook_url='https://%s:%s/telegram/%s' % (
+ url='https://%s:%s/telegram/%s' % (
13
host_url,
14
host_port,
15
telegram_token
0 commit comments