mirror of
https://github.com/MarkParker5/STARK.git
synced 2024-11-29 08:22:03 +02:00
minor change
This commit is contained in:
parent
6cfbaacd0d
commit
21ecb5c9ef
@ -83,7 +83,7 @@ class VoiceAssistant(SpeechRecognizerDelegate, CommandsContextDelegate):
|
||||
def _play_response(self, response: Response):
|
||||
self.commands_context.last_response = response
|
||||
if response.text:
|
||||
print(f'Archie: {response.text} | voice: {response.voice}')
|
||||
print(f'Archie: {response.text}')
|
||||
if response.voice:
|
||||
was_recognizing = self.speech_recognizer.is_recognizing
|
||||
self.speech_recognizer.is_recognizing = False
|
||||
|
Loading…
Reference in New Issue
Block a user