Fix mediawiki polling cron #23

Merged
raucao merged 1 commits from bugfix/mediawiki_cron_syntax into master 2018-09-09 07:36:26 +00:00
Showing only changes of commit c427d7c313 - Show all commits

View File

@ -171,6 +171,6 @@ module.exports = async function(robot, kredits) {
.then(() => updateTimestampForNextFetch());
}
cron.schedule('* 7 * * *', processWikiChangesSinceLastRun);
cron.schedule('0 7 * * *', processWikiChangesSinceLastRun);
};