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'] = []