From 76afa5bf537e83456497d0ddb916f92d188be60b Mon Sep 17 00:00:00 2001 From: Dasemu <24dasemu@gmail.com> Date: Thu, 7 Oct 2021 20:27:30 +0200 Subject: [PATCH] Update Jarvis2_4windows.py Co-authored-by: Christian Clauss --- Jarvis2_4windows.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jarvis2_4windows.py b/Jarvis2_4windows.py index 95b91b5..39a666e 100644 --- a/Jarvis2_4windows.py +++ b/Jarvis2_4windows.py @@ -10,11 +10,11 @@ from commands import ( command_mail, command_nothing, command_open, - command_pauseMusic, - command_playMusic, + command_pause_music, + command_play_music, command_search, - command_stopMusic, - command_unpauseMusic, + command_stop_music, + command_unpause_music, command_whatsup, command_wikipedia, )