Committed by cron-git from uk.yimian.xyz

master
iotcat 4 years ago
parent de82001d8b
commit 9b9b3b4952
  1. 2
      update.js

@ -1,6 +1,6 @@
const crongit = require('cron-git')();
crongit.schedule("*/30 * * * * *", (update)=>{
crongit.schedule("0 * * * * *", (update)=>{
console.log('new update');
},
(err)=>{

Loading…
Cancel
Save