Browse Source

remove debug

solupro 5 years ago
parent
commit
c77ebf4583
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main.go

+ 2 - 2
main.go

@@ -38,6 +38,6 @@ func main() {
 	err = json.Unmarshal(f, &bots)
 	CheckError(err)
 
-	//Run(bots)
-	Transfer("kunbiao", 9)
+	Run(bots)
+	//Transfer("kunbiao", 9)
 }