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']