From 0ec0eda4007e14a076949005f50a1a3e6b5c9c3a Mon Sep 17 00:00:00 2001 From: Akizon77 Date: Tue, 6 May 2025 21:30:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E5=90=8E=E4=B8=8D=E5=9C=A8=E7=BB=88=E6=AD=A2=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 618e5c5..7fd6195 100644 --- a/main.go +++ b/main.go @@ -112,7 +112,7 @@ func update_komari() { // 检查并更新 err := updater.CheckAndUpdate() if err != nil { - log.Fatalf("Update Failed: %v", err) + log.Println("Update Failed: %v", err) } }