This commit is contained in:
jack77213 2020-08-03 17:06:26 +08:00
parent da3d3f0b31
commit e80f4e36ef
1 changed files with 1 additions and 1 deletions

View File

@ -87,6 +87,6 @@ func handleArgs(function string, argc C.int, argv []string) {
return
}
sendToTelegram(argv[0], argv[1])
go sendToTelegram(argv[0], argv[1])
//log.Println(argc, argv[0], argv[1])
}