diff --git a/App/Waybill/model.py b/App/Waybill/model.py index 4335e07..8697dce 100644 --- a/App/Waybill/model.py +++ b/App/Waybill/model.py @@ -121,7 +121,7 @@ def transaction_order_model(user_id: int, current_date: date) -> InfoRespronse: ), ) cursor.execute(_sql) - result = tuple([order_id]) + result = tuple([order_id]) if result is None: return InfoRespronse((), error_message="Заказ не был создан", status=False) clear()