From b3643d88e029b59537cd86664024cbc77f8f7a96 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 3 May 2025 11:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=B3=BB=E7=BB=9F=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E7=94=A8=E4=BA=8E=E6=8E=92=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/conf.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/proto/conf.go b/proto/conf.go index cd95cb6..98c2d07 100644 --- a/proto/conf.go +++ b/proto/conf.go @@ -1,7 +1,6 @@ package proto import ( - "StuAcaWorksAI/worker" "encoding/json" "fmt" "gorm.io/gorm" @@ -144,7 +143,6 @@ func ReadConfig(path string) error { log.Println("ReadConfig Error encoding config,err :", cErr) } else { log.Println("ReadConfig configJson:", string(configJson)) - worker.SetRedis("system_config_info", string(configJson)) } return err }