Commenting proof state on retuning voice text
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
692a342f77
commit
3abf699999
@ -139,8 +139,8 @@ async def telegram_webhook(request, bot_name):
|
||||
"No pude entender tu mensaje de voz. Intenta de nuevo."
|
||||
)
|
||||
return JsonResponse({"status": "ok"})
|
||||
setattr(update.message, "_text", transcript)
|
||||
await report_trash(update)
|
||||
# setattr(update.message, "_text", transcript)
|
||||
# await report_trash(update)
|
||||
return JsonResponse({"status": "ok"})
|
||||
|
||||
# 3) Comandos de texto
|
||||
|
Loading…
x
Reference in New Issue
Block a user