fix small issues that crept into main

This commit is contained in:
Kwindla Hultman Kramer
2024-09-19 17:17:33 -07:00
parent 1790fa452f
commit affbe9ac7d
2 changed files with 2 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ class TTSService(AIService):
else:
await self.push_frame(frame, direction)
elif isinstance(frame, TTSSpeakFrame):
await self._push_tts_frames(frame.text, False)
await self._push_tts_frames(frame.text)
elif isinstance(frame, TTSModelUpdateFrame):
await self.set_model(frame.model)
elif isinstance(frame, TTSVoiceUpdateFrame):