added ftse to today
This commit is contained in:
parent
94f7a4b944
commit
01041bb2da
1665
lib/newdata.json
1665
lib/newdata.json
File diff suppressed because one or more lines are too long
@ -243,11 +243,13 @@ module.exports = {
|
||||
setTimeout(function() {
|
||||
module.exports.preLoadToday();
|
||||
}, 5000);
|
||||
/*
|
||||
setTimeout(function() {
|
||||
// MdMailer.sendEmailV1(todayCache, __dirname);
|
||||
mdMailer.sendEmailV1(todayCache, __dirname);
|
||||
// saveToDB(todayCache);
|
||||
saveData();
|
||||
}, 45000);
|
||||
*/
|
||||
cron.schedule('45 6 * * *', function() {
|
||||
module.exports.preLoadToday();
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user