1
0
mirror of https://github.com/rhasspy/rhasspy.git synced 2022-02-12 01:59:45 +03:00

Avoid skipping 0 value in fsticuffs intent recognition

This commit is contained in:
Michael Hansen
2021-07-14 15:03:43 -04:00
parent f773e618b5
commit 53d2b75889
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
## Fixed
- Websocket queues are retained between restarts (thanks sabeechen)
- Avoid skipping 0 value in fsticuffs intent recognition
## Changed