summaryrefslogtreecommitdiff
path: root/telegram_bot/__init__.py
diff options
context:
space:
mode:
authorDmitrii Morozov <snoopdesigns@gmail.com>2024-06-24 17:50:59 +0200
committerDmitrii Morozov <snoopdesigns@gmail.com>2024-06-24 17:50:59 +0200
commit130ba1b83fb3f04b769c6c11c4a064a509160407 (patch)
tree376d4c5116eaa82795e4ccd40d1b547c82aa63a4 /telegram_bot/__init__.py
parentbb439d1e1f080440950fe1b1f2117d0e4e5506d9 (diff)
Type for duration
Diffstat (limited to 'telegram_bot/__init__.py')
-rw-r--r--telegram_bot/__init__.py2
1 files changed, 1 insertions, 1 deletions
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(