From 4197ba34878ae561ca27e08f266a3c645f23c7e1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 29 Mar 2017 09:15:38 +0200 Subject: [PATCH] Removed unused argument --- grandbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grandbot.py b/grandbot.py index 1fe8ddf6..4d2745d2 100644 --- a/grandbot.py +++ b/grandbot.py @@ -31,7 +31,7 @@ def currently_logged_in(thing): return user -async def start_telegram(bot, update, arguments): +async def start_telegram(bot, update, _): # Set status to typing await update.message.chat.set_chat_action(bot, "typing") user = currently_logged_in(update)