Skip to content

Commit

Permalink
fix for Deepgram async websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
xzys committed Nov 20, 2024
1 parent 2887e93 commit 3ac429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepgram/clients/common/v1/abstract_async_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def start(
try:
self._socket = await websockets.connect(
url_with_params,
extra_headers=combined_headers,
additional_headers=combined_headers,
ping_interval=PING_INTERVAL,
)
self._exit_event.clear()
Expand Down

0 comments on commit 3ac429e

Please sign in to comment.