From 7770c47a15368a838d6979d14e7e262f3537d27a Mon Sep 17 00:00:00 2001 From: Israel Figueroa Date: Sun, 23 Feb 2025 16:50:44 -0300 Subject: [PATCH] . --- 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 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)