From 40b1bc24dd31cc46877ba7b7a7c0326902851a8d Mon Sep 17 00:00:00 2001 From: Israel Figueroa Date: Fri, 21 Feb 2025 14:04:25 -0300 Subject: [PATCH] ilinea --- 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 0145b0a..33333d2 100644 --- a/tpmcqr_service/api/utils.py +++ b/tpmcqr_service/api/utils.py @@ -128,7 +128,7 @@ def calcula_distancias_parada(redis_id, parada_id): info_linea = dict() - for key in ['route_short_name', 'lur_code', 'route_long_name', 'route_color', 'route_text_color', 'lur']: + for key in ['route_short_name', 'lur_code', 'route_long_name', 'route_color', 'route_text_color', 'lur', 'ilinea']: info_linea[key] = rt_linea[key] info_linea['servicios'] = []