diff --git a/app.js b/app.js index 8a99295..e4ac64b 100644 --- a/app.js +++ b/app.js @@ -283,7 +283,7 @@ server.listen(port, async () => { try { // 初始化数据 - // await update(hours) + await update(hours) } catch (error) { printRed("更新失败") console.log(error)