diff --git a/transcription_bot/handlers.py b/transcription_bot/handlers.py index 16361e3..703ebe7 100644 --- a/transcription_bot/handlers.py +++ b/transcription_bot/handlers.py @@ -56,6 +56,7 @@ def _transcription_log_and_notify_email(action: str, error_details: str): import time from datetime import datetime +logger = logging.getLogger(__name__) router = Router() # ✅ Полный список разрешенных расширений (Аудио, Видео, Проф. форматы) @@ -161,3 +162,4 @@ async def transcription_handler(msg: Message): +