Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-roboflow committed Jan 28, 2025
1 parent 69b98e7 commit 9b8ecc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def webrtc_sink(
)
from_inference_queue.sync_put(result_frame)
return
if not isinstance(
if parsed_payload.stream_output[0] not in prediction or not isinstance(
prediction[parsed_payload.stream_output[0]], WorkflowImageData
):
for output in prediction.values():
Expand Down

0 comments on commit 9b8ecc3

Please sign in to comment.