소스 검색

爬虫任务新增通用平台爬虫统计

mxs 5 달 전
부모
커밋
a4ee824556
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/luatask/newtask.go

+ 3 - 3
src/luatask/newtask.go

@@ -125,9 +125,9 @@ func getCodeBaseInfo() {
 				"state": map[string]interface{}{
 					"$in": []int{5, 11}, //上架、上线爬虫
 				},
-				"platform": map[string]interface{}{
-					"$in": []string{"golua平台", "chrome", "python"},
-				},
+				//"platform": map[string]interface{}{
+				//	"$in": []string{"golua平台", "chrome", "python"},
+				//},
 			},
 			//lua正在被维护的爬虫和上架爬虫
 			map[string]interface{}{