This commit is contained in:
Alexey Polyakov
2026-05-06 15:35:23 +03:00
parent 613e1b96cd
commit 389a08ebce
4 changed files with 19 additions and 10 deletions

View File

@@ -131,7 +131,7 @@ class TelegramBot:
async def start(self):
if self.enabled:
try:
await self.dp.start_polling(self.bot)
await self.dp.start_polling(self.bot, handle_signals=False)
except Exception as e:
self.logger.error(f"Ошибка запуска Telegram бота: {e}")
else: