Autoreading is now supported

This commit is contained in:
2015-03-11 16:36:22 -06:00
parent eb4301aeb5
commit 4613b7ada1
4 changed files with 14 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import sys
speaker = None
def speak(text, interrupt=True):
def speak(text, interrupt=False):
global speaker
if not speaker:
setup()