From 255a7e937c93d132588151cbbacfed833d5f8dca Mon Sep 17 00:00:00 2001 From: "B.Jothin kumar" Date: Sat, 9 Oct 2021 18:06:28 +0530 Subject: [PATCH] Update Jarvis2_4windows.py --- Jarvis2_4windows.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jarvis2_4windows.py b/Jarvis2_4windows.py index e94dfa2..ff768fe 100644 --- a/Jarvis2_4windows.py +++ b/Jarvis2_4windows.py @@ -92,12 +92,6 @@ def main(search_engine, take_command, debug): gui.mainloop() -def speak(text): - gui.speak(text) - engine.say(text) - engine.runAndWait() - - def run(): master = config['DEFAULT']['master']