mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-02-07 07:25:53 -06:00
Basic conversation support, a jaws fix
This commit is contained in:
@@ -22,7 +22,7 @@ class Jaws (Output):
|
||||
self.object.RunFunction("BrailleString(\"%s\")" % text)
|
||||
|
||||
def speak(self, text, interrupt=False):
|
||||
self.object.SayString(' %s' % text, interrupt)
|
||||
self.object.SayString(' %s' % text, True)
|
||||
|
||||
def is_active(self):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user