Update Jarvis2_4windows.py
This commit is contained in:
@@ -37,7 +37,6 @@ popular_websites = {
|
||||
|
||||
def main(search_engine, take_command, debug):
|
||||
while True:
|
||||
try:
|
||||
query = take_command()
|
||||
|
||||
# logic for executing commands without arguments
|
||||
@@ -86,8 +85,6 @@ def main(search_engine, take_command, debug):
|
||||
change_volume(query, take_command)
|
||||
|
||||
speak("Next Command! Sir!")
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
def run():
|
||||
|
||||
Reference in New Issue
Block a user