diff --git a/lot.js b/lot.js index 4908d38..eeb4823 100644 --- a/lot.js +++ b/lot.js @@ -450,15 +450,15 @@ function GO() { - performCalcs(); + /* performCalcs(); prepareResults(); console.log(resultsObj); +*/ - - /* resultsQuery(function (a) { + resultsQuery(function (a) { processData(a); performCalcs(); @@ -467,10 +467,10 @@ function GO() { console.log(resultsObj); -// sendEmail(); + sendEmail(); saveData(); - });*/ + }); }); } @@ -488,4 +488,4 @@ cron.schedule('1 00 18 * * 2,5', function(){ return -1; }); -GO(); \ No newline at end of file +// GO(); \ No newline at end of file