Update Jarvis2_4windows.py
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
parent
4584b6f18c
commit
0682bbe1d3
@ -33,11 +33,7 @@ def main(search_engine, takeCommand, debug):
|
||||
|
||||
# logic for executing basic tasks
|
||||
if "wikipedia" in query.lower():
|
||||
command_wikipedia(
|
||||
speak,
|
||||
debug,
|
||||
query
|
||||
)
|
||||
command_wikipedia(speak, debug, query)
|
||||
|
||||
elif "what's up" in query or "how are you" in query:
|
||||
command_whatsup()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user