Skip to content

Commit

Permalink
Merge branch 'develop' into 36-use-gstreamer-webrtcbin-instead-of-aiortc
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau authored Feb 28, 2024
2 parents a2122a0 + 41176c8 commit 01aa16f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gst_signalling/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def on_list(found_producers: Dict[str, Dict[str, str]]) -> None:

return producers

# return asyncio.run(get_list())
loop = asyncio.get_event_loop()
return loop.run_until_complete(get_list())

Expand Down

0 comments on commit 01aa16f

Please sign in to comment.