add comment

This commit is contained in:
leo
2026-05-29 10:03:46 +02:00
parent c7831adc46
commit 2cb24dacbe
+1
View File
@@ -245,6 +245,7 @@ class SpeechStream(stt.RecognizeStream):
try:
await pipeline_t
except asyncio.CancelledError:
# CancelledError is the expected flow on cancel()
pass
except Exception:
logger.exception("utterance pipeline failed during finalize")