From 2c65a219baeba4c07d4af3d2b4929dc82e5a9d33 Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Fri, 3 Jul 2020 11:17:46 +0200 Subject: [PATCH] fix: change cron schedule to 10.30 am --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index dc13d0c45..256bae082 100644 --- a/config.json +++ b/config.json @@ -10,7 +10,7 @@ "type": "ELECTRICITY", "oauth": true, "slug": "enedisgrandlyon", - "cron": "0 30 8 * * *" + "cron": "0 30 10 * * *" }, "siteLink": "https://mon-compte-client.enedis.fr/" }, -- GitLab