fix: 笔误,写错了

This commit is contained in:
Akizon77
2025-05-06 21:32:06 +08:00
parent 0ec0eda400
commit b156e93409

View File

@@ -112,7 +112,7 @@ func update_komari() {
// 检查并更新
err := updater.CheckAndUpdate()
if err != nil {
log.Println("Update Failed: %v", err)
log.Printf("Update Failed: %v", err)
}
}