Jaws interrupt fix

This commit is contained in:
2015-03-26 16:38:06 -06:00
parent 1e9d4432f3
commit ae6d5b38dd
2 changed files with 4 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ class Jaws (Output):
self.object.RunFunction("BrailleString(\"%s\")" % text)
def speak(self, text, interrupt=False):
self.object.SayString(' %s' % text, True)
self.object.SayString(' %s' % text, interrupt)
def is_active(self):
try: