From 7b91f82fd316d8f91d49ff5ceb7bab083ffb922a Mon Sep 17 00:00:00 2001 From: imunnic Date: Thu, 20 Mar 2025 10:47:53 +0100 Subject: [PATCH] =?UTF-8?q?correcci=C3=B3n=20de=20ruta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index e302fb8..90b600d 100644 --- a/app/main.py +++ b/app/main.py @@ -79,6 +79,6 @@ app = FastAPI(lifespan=lifespan) app.include_router(router) # Cargar tareas desde el CSV al iniciar -cargar_tareas_desde_csv("indices.csv") +cargar_tareas_desde_csv("/app/indices.csv")