Committed by cron-git from uk.yimian.xyz

master
iotcat 4 years ago
parent de82001d8b
commit 9b9b3b4952
  1. 4
      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...');
}
);
);

Loading…
Cancel
Save