From a9e1078bcaecb1f197f4b259283427582d204289 Mon Sep 17 00:00:00 2001 From: CalciumIon <1808837298@qq.com> Date: Fri, 5 Jul 2024 20:01:25 +0800 Subject: [PATCH] fix typo --- controller/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/task.go b/controller/task.go index e94abaa..fce9e7f 100644 --- a/controller/task.go +++ b/controller/task.go @@ -24,7 +24,7 @@ func UpdateTaskBulk() { //imageModel := "midjourney" for { time.Sleep(time.Duration(15) * time.Second) - common.SysLog(" 任务进度轮询开始") + common.SysLog("任务进度轮询开始") ctx := context.TODO() allTasks := model.GetAllUnFinishSyncTasks(500) platformTask := make(map[constant.TaskPlatform][]*model.Task)