diff --git a/lib/today.js b/lib/today.js index 3bbaee7..0c11fe5 100644 --- a/lib/today.js +++ b/lib/today.js @@ -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; });