From 1ced7dad0ee3f86edc5653e51f6cf276216c8d35 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 27 Apr 2023 16:35:16 -0700 Subject: [PATCH] adding delay --- basic_text_to_speech/talk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/basic_text_to_speech/talk.py b/basic_text_to_speech/talk.py index 35ef5a3..49db87c 100644 --- a/basic_text_to_speech/talk.py +++ b/basic_text_to_speech/talk.py @@ -12,6 +12,7 @@ if __name__ == '__main__': try: robot("Hello world how are you doing today?") + time.sleep(5) except KeyboardInterrupt: break