diff --git a/deepgram/clients/live/v1/async_client.py b/deepgram/clients/live/v1/async_client.py index 97a7d987..a62de77f 100644 --- a/deepgram/clients/live/v1/async_client.py +++ b/deepgram/clients/live/v1/async_client.py @@ -119,7 +119,7 @@ async def start( # keepalive thread if self.config.options.get("keepalive") == "true": - self.logger.notice("keepalive is disabled") + self.logger.notice("keepalive is enabled") self._keep_alive_thread = asyncio.create_task(self._keep_alive()) else: self.logger.notice("keepalive is disabled")