summaryrefslogtreecommitdiff
path: root/telegram_bot/__init__.py
diff options
context:
space:
mode:
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(