mirror of
https://gitlab.silvrtree.co.uk/martind2000/old-silvrgit.git
synced 2025-01-10 21:55:08 +00:00
updated today.js
This commit is contained in:
parent
bdcca17af5
commit
7899a13eae
@ -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;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user