wcc il y a 1 an
Parent
commit
0bd065f3b8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      recognition/main.go

+ 1 - 1
recognition/main.go

@@ -20,7 +20,7 @@ var (
 func main() {
 	InitConfig()
 	InitMgo()
-	getStatistic()
+	//getStatistic()
 
 	local, _ := time.LoadLocation("Asia/Shanghai")
 	c := cron.New(cron.WithLocation(local), cron.WithSeconds())