mirror of
https://github.com/Dasemu/DesktopAssistant.git
synced 2026-02-04 04:30:20 +00:00
Update Jarvis2_4windows.py
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user