From 88d4ad520e0e780f3702006d2b1d008c83d9d2ce Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 9 May 2019 20:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.js b/src/app.js index 9eef0c0..71c3300 100644 --- a/src/app.js +++ b/src/app.js @@ -28,8 +28,8 @@ db.once('open', async function () { // movie.run(); // bookChapter.run(); // await dandanzan.run(); - await commonTask.run(); - // websiteSchedule.scheduleUpdateAll(); + // await commonTask.run(); + websiteSchedule.scheduleUpdateAll(); }); mongoose.connect(config.db, {promiseLibrary: Promise, useNewUrlParser: true});