The fix for hopefully not reading all spaces broke review by character. Hopefully fix that.
This commit is contained in:
@@ -52,7 +52,7 @@ class driver(speechDriver):
|
||||
self.cancel()
|
||||
self.textQueue.put(-1)
|
||||
|
||||
def speak(self,text, queueable=True):
|
||||
def speak(self,text, queueable=True, ignorePunctuation=False):
|
||||
if not self._isInitialized:
|
||||
return
|
||||
if not queueable:
|
||||
|
Reference in New Issue
Block a user