修改时间

This commit is contained in:
yulixing 2019-09-30 18:14:59 +08:00
parent 815c7c2ff3
commit 79603abe53

View File

@ -11,7 +11,7 @@ mongoose.connect(config.db_taptap, {
const scheduleCronstyle = () => {
console.log('TapTap爬虫正在运行')
const timer = schedule.scheduleJob('0 5 17 * * *', () => {
const timer = schedule.scheduleJob('0 0 10 * * *', () => {
console.log(new Date() + '开始收集数据!')
getAllData()
})