From 4584b6f18c21475d2cea45af174c2d76eec02434 Mon Sep 17 00:00:00 2001 From: Dasemu <24dasemu@gmail.com> Date: Thu, 7 Oct 2021 20:21:26 +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 05088f1..76b8a9a 100644 --- a/Jarvis2_4windows.py +++ b/Jarvis2_4windows.py @@ -73,7 +73,7 @@ def main(search_engine, takeCommand, debug): command_pauseMusic() elif "stop music" in query: - command_stopMusic + command_stopMusic() elif "unpause" in query: command_unpauseMusic()