This commit is contained in:
itqop 2025-02-23 20:23:00 +03:00
parent 0e243087be
commit cfb26d057f
1 changed files with 1 additions and 1 deletions

View File

@ -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,