updated today.js

This commit is contained in:
martind2000 2016-02-14 22:27:19 +00:00
parent bdcca17af5
commit 7899a13eae

View File

@ -350,7 +350,7 @@ setTimeout(function () {
// console.log('Pre loading trains...');
saveData();
sendEmail();
sendEmailV1();
}, 45000);
@ -360,7 +360,7 @@ cron.schedule('45 6 * * *', function () {
});
cron.schedule('0 7 * * *', function () {
sendEmail();
sendEmailV1();
// console.log('tick');
return -1;
});