Skip to content

Commit 68b8e6b

Browse files
roshanijawalerishabh-chaturvedi
authored andcommitted
Fixed tracker_response for Streaming API example
1 parent fbdfd1d commit 68b8e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Streaming_API/streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'message': lambda message: print('printing the message response ', str(message))
77
# ,'message_response': lambda message: print('printing the transcription', str(message))
88
# ,'insight_response': lambda insight: print('printing the insight response ', str(insight))
9-
#,'tracker_response': lambda tracker: print('printing the tracker response ', str(tracker))
9+
,'tracker_response': lambda tracker: print('printing the tracker response ', str(tracker))
1010
# ,'topic_response': lambda topic: print('printing the topic response ', str(topic))
1111
}
1212

0 commit comments

Comments
 (0)