Skip to content

Commit 911d851

Browse files
flubshipentesttkr
authored andcommitted
XML Command PlaySound: Fix name field
1 parent 36e30ff commit 911d851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deebot_client/commands/xml/play_sound.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class PlaySound(ExecuteCommand):
99
"""Play sound command."""
1010

11-
name = "PlaySound"
11+
NAME = "PlaySound"
1212

1313
def __init__(self) -> None:
1414
super().__init__({"sid": "30"})

0 commit comments

Comments
 (0)