多加了一个注释

This commit is contained in:
test
2025-12-03 21:07:37 +08:00
parent d72691f6a4
commit c5f2e3dd80

2
app.js
View File

@@ -283,7 +283,7 @@ server.listen(port, async () => {
try {
// 初始化数据
// await update(hours)
await update(hours)
} catch (error) {
printRed("更新失败")
console.log(error)