Update Jarvis2_4windows.py
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
parent
76afa5bf53
commit
38b70f4d22
@ -29,7 +29,7 @@ popular_websites = {
|
||||
|
||||
def main(search_engine, takeCommand, debug):
|
||||
while True:
|
||||
query = takeCommand()
|
||||
query = takeCommand().lower()
|
||||
|
||||
# logic for executing basic tasks
|
||||
if "wikipedia" in query.lower():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user