ruleserver/ruleToformula.go
@@ -341,7 +341,7 @@ faces := []Arg{} if len(am.filterData) > 0 { for _, data := range am.filterData { flag := true flag := true for _,face := range faceList { if data.Location.X == face.Location.X && data.Location.Y == face.Location.Y && data.Location.Width == face.Location.Width && data.Location.Height == face.Location.Height { flag = false