更新 'extension/liba3tg.go'

This commit is contained in:
jack77213 2020-08-02 10:20:06 +00:00
parent 9b1d8a5b3b
commit 654efb8f3a
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])
}