Skip to content

Commit

Permalink
working with stream.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya10avg committed Oct 6, 2024
1 parent 6586a09 commit 5f20faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def receive_call():

@sock.route(WEBSOCKET_ROUTE)
def transcription_websocket(ws):

while True:
data= json.loads(ws.receive())
match data['event']:
Expand Down

0 comments on commit 5f20faa

Please sign in to comment.