ilinea
parent
6beb640933
commit
40b1bc24dd
|
@ -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'] = []
|
||||
|
|
Loading…
Reference in New Issue