wcc 1 vuosi sitten
vanhempi
commit
0bd065f3b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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())