Skip to content

Commit fab5655

Browse files
committed
typo
1 parent 5ca7139 commit fab5655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_midi_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ def play(self, loop: Optional[bool] = None) -> bool: # noqa: PLR0912
655655
self._last_event_time = time.monotonic()
656656
self._next_event_delay = 0.05
657657
self._playing = True
658-
if not self._parser.is_parsed:
658+
if not self._parser.parsed:
659659
raise MIDIParseError("Cannot play: MIDI parser must parse a file first")
660660

661661
current_time = time.monotonic()

0 commit comments

Comments
 (0)