From 9b9b3b4952e0925bd0c0bee74a47ae446ae0fe15 Mon Sep 17 00:00:00 2001 From: iotcat Date: Fri, 31 Jan 2020 10:09:00 +0000 Subject: [PATCH] Committed by cron-git from uk.yimian.xyz --- update.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.js b/update.js index be0e907..0fa4f24 100644 --- a/update.js +++ b/update.js @@ -1,9 +1,9 @@ const crongit = require('cron-git')(); -crongit.schedule("*/30 * * * * *", (update)=>{ +crongit.schedule("0 * * * * *", (update)=>{ console.log('new update'); }, (err)=>{ console.log('confilt...'); } -); \ No newline at end of file +);