fix to finally statement

This commit is contained in:
Sam Sykes
2025-08-27 14:43:07 +01:00
parent fc3d84dff7
commit 06f7a92c99

View File

@@ -581,7 +581,6 @@ class SpeechmaticsSTTService(STTService):
logger.debug(f"{self} Connected to Speechmatics STT service")
except Exception as e:
logger.error(f"{self} Error connecting to Speechmatics: {e}")
finally:
self._client = None
async def _disconnect(self) -> None: