From 645a5b40934ac4464beec2ef1bfd83c359754387 Mon Sep 17 00:00:00 2001 From: Welton Moura Date: Wed, 25 Feb 2026 17:20:00 -0300 Subject: [PATCH] deploy --- comandas/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comandas/views.py b/comandas/views.py index 92002af..aaaea28 100644 --- a/comandas/views.py +++ b/comandas/views.py @@ -129,7 +129,6 @@ def editOrders(request, productComanda_id, obs): 'id':order.id, 'speak': f'Pedido alterado! {order.id_product.name}, é {obs}.' }) - # asyncio.run(enviar_mensagem(msg)) return JsonResponse({'status': 'ok', 'obs':order.obs})