From c5f2e3dd809ad55a65d17492f25158bd4bede34d Mon Sep 17 00:00:00 2001 From: test Date: Wed, 3 Dec 2025 21:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)