minor updates
This commit is contained in:
parent
5e534c3297
commit
8f1de5e809
@ -441,9 +441,9 @@ setTimeout(function () {
|
||||
}, 15000);
|
||||
|
||||
|
||||
setTimeout(function () {
|
||||
/*setTimeout(function () {
|
||||
sendEmailV1();
|
||||
}, 45000);
|
||||
}, 45000);*/
|
||||
|
||||
cron.schedule('45 6 * * *', function () {
|
||||
module.exports.preLoadToday();
|
||||
|
@ -104,6 +104,6 @@ app.use('/btc', btc.doBTC);
|
||||
* create the server
|
||||
*/
|
||||
http.createServer(app).listen(app.get('port'), function () {
|
||||
logger.info("Express server listening on port " + app.get('port'));
|
||||
logger.warn("Express server listening on port " + app.get('port'));
|
||||
//console.log("Express server listening on port " + app.get('port'));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user