Update Jarvis2_4windows.py

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Dasemu 2021-10-07 20:27:30 +02:00 committed by GitHub
parent 0682bbe1d3
commit 76afa5bf53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@ from commands import (
command_mail, command_mail,
command_nothing, command_nothing,
command_open, command_open,
command_pauseMusic, command_pause_music,
command_playMusic, command_play_music,
command_search, command_search,
command_stopMusic, command_stop_music,
command_unpauseMusic, command_unpause_music,
command_whatsup, command_whatsup,
command_wikipedia, command_wikipedia,
) )