From b1d427c0ea088d4723d91c00bb9e2d1a63b3c095 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 27 Apr 2023 17:05:08 -0700 Subject: [PATCH] loop it --- basic_text_to_speech/talk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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