ifiguero 2025-02-23 16:50:44 -03:00
parent 47b1e0bc24
commit 7770c47a15
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def calcula_distancias_parada(redis_id, parada_id):
expediciones_enruta = []
expediciones_pasadas = []
estimator = 'debug_estimator'
estimator = 'estimator'
for expedicion in rt_linea['servicios']:
trip_info = estima_llegada(parada_distance, expedicion)