mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 13:46:07 -04:00
Now jaws doesn't say the keys pressed in invisible mode
This commit is contained in:
@@ -7,7 +7,7 @@ import sys
|
||||
|
||||
speaker = None
|
||||
|
||||
def speak(text, interrupt=0):
|
||||
def speak(text, interrupt=True):
|
||||
global speaker
|
||||
if not speaker:
|
||||
setup()
|
||||
|
Reference in New Issue
Block a user