From 9b8f8ecc23f3f294e6e922d151d03ba8a797fd93 Mon Sep 17 00:00:00 2001 From: srcrs Date: Fri, 28 Jul 2023 02:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=97=A5=E5=BF=97=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 4811bb6..02b32b1 100644 --- a/main.go +++ b/main.go @@ -107,7 +107,6 @@ func updateFeeds() { log.Printf("Error saving feed to Redis: %v", err) } } - log.Printf("update success") time.Sleep(5 * time.Minute) } }