mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-28 18:51:34 +00:00
Autoreading is now supported
This commit is contained in:
@@ -7,7 +7,7 @@ import sys
|
||||
|
||||
speaker = None
|
||||
|
||||
def speak(text, interrupt=True):
|
||||
def speak(text, interrupt=False):
|
||||
global speaker
|
||||
if not speaker:
|
||||
setup()
|
||||
|
Reference in New Issue
Block a user