Update Jarvis2_4windows.py

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Dasemu
2021-10-07 20:27:39 +02:00
committed by GitHub
parent 76afa5bf53
commit 38b70f4d22

View File

@@ -29,7 +29,7 @@ popular_websites = {
def main(search_engine, takeCommand, debug): def main(search_engine, takeCommand, debug):
while True: while True:
query = takeCommand() query = takeCommand().lower()
# logic for executing basic tasks # logic for executing basic tasks
if "wikipedia" in query.lower(): if "wikipedia" in query.lower():