mxs 1 년 전
부모
커밋
ee570157a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/luatask/task.go

+ 1 - 1
src/luatask/task.go

@@ -305,7 +305,7 @@ func GetCodeBaseInfo() {
 			if sp.Platform == "python" {
 				sp.ListIsFilter = false
 			} else {
-				sp.ListIsFilter = tmp["listisfilter"].(bool)
+				sp.ListIsFilter, _ = tmp["listisfilter"].(bool)
 			}
 			sp.FrequencyErrTimes = qu.IntAll(tmp["frequencyerrtimes"])
 			sp.Model = util.CodeEventModel[sp.Event]