Skip to content

Commit 6232174

Browse files
committed
make play_mp3 unsupported in the express module
1 parent 3f50cfd commit 6232174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_circuitplayground/express.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def _unsupported(self):
8787
# Express, they will result in the NotImplementedError raised in the property above.
8888
sound_level = _unsupported
8989
loud_sound = _unsupported
90+
play_mp3 = _unsupported
9091

9192

9293
cpx = Express() # pylint: disable=invalid-name

0 commit comments

Comments
 (0)