mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-18 15:55:10 +08:00
临时修复410问题
This commit is contained in:
2
app.js
2
app.js
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user