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

Fix fsticuffs bug for dropping multiple words: [foo | bar]:

This commit is contained in:
Michael Hansen
2021-07-14 15:44:36 -04:00
parent 53d2b75889
commit 8b911e9137
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
- Websocket queues are retained between restarts (thanks sabeechen)
- Avoid skipping 0 value in fsticuffs intent recognition
- Fix fsticuffs bug for dropping multiple words: [foo | bar]:
## Changed