xyxie 1 mese fa
parent
commit
815a50e1a2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ func main() {
 		beego.BConfig.WebConfig.DirectoryIndex = true
 		beego.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
 	}
-	//	services.EtaForumChartUpdate()
+	//services.ChartInfoSaveBatch(true)
 	go services.Task()
 	beego.Run()
 }