updated today.js

This commit is contained in:
martind2000 2016-02-14 22:28:42 +00:00
parent 7899a13eae
commit 1857010d68

View File

@ -313,7 +313,7 @@ function sendEmailV1() {
console.log(fn(todayCache));
fs.writeFileSync(htmlfile, fn(todayCache));
//fs.writeFileSync(htmlfile, fn(todayCache));
}
@ -349,7 +349,7 @@ setTimeout(function () {
setTimeout(function () {
// console.log('Pre loading trains...');
saveData();
// saveData();
sendEmailV1();
}, 45000);