From 38b70f4d2258c92a054685033249c4c7fb926738 Mon Sep 17 00:00:00 2001 From: Dasemu <24dasemu@gmail.com> Date: Thu, 7 Oct 2021 20:27:39 +0200 Subject: [PATCH] Update Jarvis2_4windows.py Co-authored-by: Christian Clauss --- Jarvis2_4windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jarvis2_4windows.py b/Jarvis2_4windows.py index 39a666e..1c15894 100644 --- a/Jarvis2_4windows.py +++ b/Jarvis2_4windows.py @@ -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():