From 0682bbe1d3a7079c9dff632a510a41984b51565d Mon Sep 17 00:00:00 2001 From: Dasemu <24dasemu@gmail.com> Date: Thu, 7 Oct 2021 20:21:48 +0200 Subject: [PATCH] Update Jarvis2_4windows.py Co-authored-by: Christian Clauss --- Jarvis2_4windows.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jarvis2_4windows.py b/Jarvis2_4windows.py index 76b8a9a..95b91b5 100644 --- a/Jarvis2_4windows.py +++ b/Jarvis2_4windows.py @@ -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()