diff --git a/basic_text_to_speech/talk.py b/basic_text_to_speech/talk.py index 3a24e02..769c11a 100644 --- a/basic_text_to_speech/talk.py +++ b/basic_text_to_speech/talk.py @@ -14,7 +14,7 @@ if __name__ == '__main__': try: print("initializing") robot("Hello world how are you doing today?") - break + time.sleep(10) except KeyboardInterrupt: break