fix
This commit is contained in:
parent
0e243087be
commit
cfb26d057f
|
@ -43,7 +43,7 @@ async def handle_voice_and_video(message: types.Message, redis_service, storage_
|
||||||
}
|
}
|
||||||
|
|
||||||
await redis_service.publish_task(task_data)
|
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(
|
text = await redis_service.wait_for_text(
|
||||||
user_id=message.from_user.id,
|
user_id=message.from_user.id,
|
||||||
|
|
Loading…
Reference in New Issue