From 296530b50f86fed1fb8a78bd7e0a14f3064aea23 Mon Sep 17 00:00:00 2001 From: Enzo Date: Mon, 11 Dec 2023 16:00:13 +0100 Subject: [PATCH] check python --- crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crontab b/crontab index 40cb9e4..544980d 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,3 @@ -* * * * * python testFinal.py >> /app/cron.log 2>&1 -00 08 * * * python generateurModele.py >> /app/cron.log 2>&1 +* * * * * python3 testFinal.py >> /app/cron.log 2>&1 +00 08 * * * python3 generateurModele.py >> /app/cron.log 2>&1