formatting

This commit is contained in:
macaki
2025-03-12 12:20:18 -06:00
committed by Mark Backman
parent adc45bd282
commit 713d20e4fc

View File

@@ -244,7 +244,7 @@ class RimeTTSService(AudioContextWordTTSService):
async def flush_audio(self):
if not self._context_id or not self._websocket:
return
logger.trace(f"{self}: flushing audio")
await self._get_websocket().send(json.dumps({"text": " "}))
self._context_id = None