Update Jarvis2_4windows.py

This commit is contained in:
B.Jothin kumar 2021-10-09 18:12:19 +05:30 committed by GitHub
parent 9dce131214
commit c9f88027d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ from actions import (
search_engine_selector, search_engine_selector,
speak, speak,
wish_me, wish_me,
set_gui_speak
) )
from commands import ( from commands import (
command_bye, command_bye,
@ -89,6 +90,7 @@ def main(search_engine, take_command, debug):
speak("Next Command! Sir!") speak("Next Command! Sir!")
gui.set_speak_command(execute_the_command_said_by_user) gui.set_speak_command(execute_the_command_said_by_user)
set_gui_speak(gui.speak)
gui.mainloop() gui.mainloop()