Skip to content

Commit

Permalink
Fix broken serve API in python
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Nov 5, 2024
1 parent dab6eb5 commit d504337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/rerun_sdk/rerun/sinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def serve_web(

recording = RecordingStream.to_native(recording)
# TODO(#5531): keep static data around.
bindings.serve(
bindings.serve_web(
open_browser,
web_port,
ws_port,
Expand Down

0 comments on commit d504337

Please sign in to comment.