solupro 5 年 前
コミット
c77ebf4583
1 ファイル変更2 行追加2 行削除
  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)
 }