mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
Fixed #23
This commit is contained in:
@@ -12,6 +12,7 @@ def speak(text, interrupt=0):
|
||||
if not speaker:
|
||||
setup()
|
||||
speaker.speak(text, interrupt)
|
||||
speaker.braille(text)
|
||||
|
||||
def setup ():
|
||||
global speaker
|
||||
|
Reference in New Issue
Block a user