Skip to content

Commit

Permalink
fix:stop (#7)
Browse files Browse the repository at this point in the history
closes #6
  • Loading branch information
JarbasAl authored Oct 18, 2024
1 parent e5406bb commit 72f651b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

class AudioRecordingSkill(OVOSSkill):
def initialize(self):
self.recording = False
self.add_event("recognizer_loop:record_stop", self.handle_recording_stop)

@classproperty
Expand Down

0 comments on commit 72f651b

Please sign in to comment.