From 130ba1b83fb3f04b769c6c11c4a064a509160407 Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Mon, 24 Jun 2024 17:50:59 +0200 Subject: Type for duration --- telegram_bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telegram_bot/__init__.py') diff --git a/telegram_bot/__init__.py b/telegram_bot/__init__.py index ebc8c47..c25af95 100644 --- a/telegram_bot/__init__.py +++ b/telegram_bot/__init__.py @@ -32,7 +32,7 @@ class TelegramBot: await self.__bot.polling( non_stop=True, timeout=500 - ) + ) def register_command_handler(self, command: str, command_handler: CommandHandler): self.__bot.register_message_handler( -- cgit v1.2.3