Skip to content

Commit

Permalink
Fix voice assistant arg error
Browse files Browse the repository at this point in the history
  • Loading branch information
sghpjuikit committed Dec 7, 2024
1 parent 1370253 commit 5a706a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/speech-recognition-whisper/util_com.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def onSpeechStart(self, speaker):
print(f'canceling because speech started by {speaker}')
self.cancelActiveCommand()

def onChatRestart(self, speaker):
def onChatRestart(self):
self.chatSet([])

def cancelActiveCommand(self):
Expand Down

0 comments on commit 5a706a8

Please sign in to comment.