Skip to content

Commit a4e2f7b

Browse files
committed
Fix favourite test command
1 parent e557d73 commit a4e2f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def heos_test(loop):
3232
# s75171 538 Dance Department
3333
# s45142 Pingiuin Radio
3434
# s9067 Sky Radio
35-
# heos.play_favourite(1028, 's75171') # 538 Dance Department
35+
# heos.play_favourite('s75171') # 538 Dance Department
3636

3737
# with open('hello.mp3', mode='rb') as fhello:
3838
# content = fhello.read()

0 commit comments

Comments
 (0)