From c9f88027d56dd84df802efb7a3930fe10c4f28a1 Mon Sep 17 00:00:00 2001 From: "B.Jothin kumar" Date: Sat, 9 Oct 2021 18:12:19 +0530 Subject: [PATCH] Update Jarvis2_4windows.py --- Jarvis2_4windows.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jarvis2_4windows.py b/Jarvis2_4windows.py index ff768fe..c0d8f7d 100644 --- a/Jarvis2_4windows.py +++ b/Jarvis2_4windows.py @@ -13,6 +13,7 @@ from actions import ( search_engine_selector, speak, wish_me, + set_gui_speak ) from commands import ( command_bye, @@ -89,6 +90,7 @@ def main(search_engine, take_command, debug): speak("Next Command! Sir!") gui.set_speak_command(execute_the_command_said_by_user) + set_gui_speak(gui.speak) gui.mainloop()