The fix for hopefully not reading all spaces broke review by character. Hopefully fix that.

This commit is contained in:
Storm Dragon
2025-06-09 12:48:02 -04:00
parent e2fb28d92f
commit d935ef2e3c
6 changed files with 13 additions and 9 deletions

View File

@ -24,7 +24,7 @@ class speechDriver():
self.cancel()
self._isInitialized = False
def speak(self,text, queueable=True):
def speak(self,text, queueable=True, ignorePunctuation=False):
if not self._isInitialized:
return
if not queueable: