Dio non esiste?

This commit is contained in:
Hamcha 2017-04-20 11:52:40 +02:00
parent 11e1b9cd75
commit 7e1b882ccb
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func stt(broker *tg.Broker, update tg.APIMessage) {
out := "Questo è quello che ho capito:\n"
for _, result := range resp.Results {
for _, alt := range result.Alternatives {
out += fmt.Sprintf("\"%v\"", alt.Transcript, alt.Confidence)
out += fmt.Sprintf("\"%v\"\n", alt.Transcript)
}
}