Skip to content

Commit b16c2da

Browse files
warning fix
1 parent 94e4df8 commit b16c2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram_bot/webhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def set_webhook():
99
telegram_token = current_app.config.get('TELEGRAM_TOKEN')
1010
bot = TelegramBot(telegram_token)
1111
bot.set_webhook(
12-
webhook_url='https://%s:%s/telegram/%s' % (
12+
url='https://%s:%s/telegram/%s' % (
1313
host_url,
1414
host_port,
1515
telegram_token

0 commit comments

Comments
 (0)