临时修复410问题

This commit is contained in:
test
2025-11-14 11:17:51 +08:00
parent 2253718e45
commit ab7d03de97
2 changed files with 3 additions and 1 deletions

2
app.js
View File

@@ -220,6 +220,7 @@ server.listen(port, async () => {
await update(hours)
} catch (error) {
printRed("更新失败")
console.log(error)
}
printBlue(`\n当前已运行${hours}小时`)
@@ -230,6 +231,7 @@ server.listen(port, async () => {
await update(hours)
} catch (error) {
printRed("更新失败")
console.log(error)
}
console.log()