Skip to content

Commit f93e545

Browse files
Merge pull request #347 from roerohan/patch-1
chore: update keepalive log
2 parents fd6f423 + f08a87f commit f93e545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepgram/clients/live/v1/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async def start(
119119

120120
# keepalive thread
121121
if self.config.options.get("keepalive") == "true":
122-
self.logger.notice("keepalive is disabled")
122+
self.logger.notice("keepalive is enabled")
123123
self._keep_alive_thread = asyncio.create_task(self._keep_alive())
124124
else:
125125
self.logger.notice("keepalive is disabled")

0 commit comments

Comments
 (0)