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):
|
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():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user