diff --git a/tpmcqr_service/api/utils.py b/tpmcqr_service/api/utils.py index 93eff02..744e6f8 100644 --- a/tpmcqr_service/api/utils.py +++ b/tpmcqr_service/api/utils.py @@ -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)