ruff format fix

This commit is contained in:
gokuljs
2025-09-02 04:25:28 +05:30
parent 5f801743d0
commit 472efa2971

View File

@@ -323,7 +323,7 @@ class RimeTTSService(AudioContextWordTTSService):
return
logger.trace(f"{self}: flushing audio")
await self._get_websocket().send(json.dumps({ "operation": "flush" }))
await self._get_websocket().send(json.dumps({"operation": "flush"}))
self._context_id = None
async def _receive_messages(self):