Skip to content

Commit

Permalink
Merge pull request #947 from ahuang11/patch-1
Browse files Browse the repository at this point in the history
Reference the correct variable
  • Loading branch information
zzstoatzz authored Jun 30, 2024
2 parents 7a1e4ad + 85cde56 commit 5f33c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marvin/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def stop(self, wait: bool = True):
if wait:
self._thread.join()
logger.info("Recording finished.")
self._is_recording = False
self.is_recording = False


class BackgroundAudioStream:
Expand Down

0 comments on commit 5f33c44

Please sign in to comment.