mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Now jaws doesn't say the keys pressed in invisible mode
This commit is contained in:
parent
d9d0efab2d
commit
e906d04f18
@ -7,7 +7,7 @@ import sys
|
||||
|
||||
speaker = None
|
||||
|
||||
def speak(text, interrupt=0):
|
||||
def speak(text, interrupt=True):
|
||||
global speaker
|
||||
if not speaker:
|
||||
setup()
|
||||
|
Loading…
Reference in New Issue
Block a user