From cfb26d057f0cc82fdf0a4baaef4b57d417c00164 Mon Sep 17 00:00:00 2001 From: itqop Date: Sun, 23 Feb 2025 20:23:00 +0300 Subject: [PATCH] fix --- telegram_bot/handlers/audio_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram_bot/handlers/audio_handler.py b/telegram_bot/handlers/audio_handler.py index c32e4ae..5698584 100644 --- a/telegram_bot/handlers/audio_handler.py +++ b/telegram_bot/handlers/audio_handler.py @@ -43,7 +43,7 @@ async def handle_voice_and_video(message: types.Message, redis_service, storage_ } await redis_service.publish_task(task_data) - await message.reply("Waiting for transcription...") + #await message.reply("Waiting for transcription...") text = await redis_service.wait_for_text( user_id=message.from_user.id,