From 2c6dc43eab6f30cc24d3e445f48a7b73b3882d08 Mon Sep 17 00:00:00 2001 From: Israel Figueroa Date: Thu, 6 Feb 2025 14:28:01 -0300 Subject: [PATCH] typo --- tpmcqr_service/api/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpmcqr_service/api/utils.py b/tpmcqr_service/api/utils.py index b3e1627..426edab 100644 --- a/tpmcqr_service/api/utils.py +++ b/tpmcqr_service/api/utils.py @@ -38,7 +38,7 @@ def parada_ruta_expediciones(redis_id, parada_id, lineacode): info_linea['route_shape'] = shape info_linea['route_stops'] = paradas - parada_pos, parada_distance = find_shape_position(rt_linea['id_shape'], paradadb.stop_lat, paradadb.stop_lon]) + parada_pos, parada_distance = find_shape_position(rt_linea['id_shape'], paradadb.stop_lat, paradadb.stop_lon) info_linea['servicios'] = [] info_linea['recientes'] = []