1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-29 08:22:03 +02:00

minor change

This commit is contained in:
MarkParker5 2023-03-14 11:05:59 +01:00
parent 6cfbaacd0d
commit 21ecb5c9ef
No known key found for this signature in database
GPG Key ID: 0632FDCE0F9ED5C7

View File

@ -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