Update Jarvis2_4windows.py

This commit is contained in:
B.Jothin kumar 2021-10-09 18:06:28 +05:30 committed by GitHub
parent 4ff085bf32
commit 255a7e937c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,12 +92,6 @@ def main(search_engine, take_command, debug):
gui.mainloop() gui.mainloop()
def speak(text):
gui.speak(text)
engine.say(text)
engine.runAndWait()
def run(): def run():
master = config['DEFAULT']['master'] master = config['DEFAULT']['master']