diff --git a/rerun_py/rerun_sdk/rerun/sinks.py b/rerun_py/rerun_sdk/rerun/sinks.py index 0d26b98dc98f..30ba4bffb37b 100644 --- a/rerun_py/rerun_sdk/rerun/sinks.py +++ b/rerun_py/rerun_sdk/rerun/sinks.py @@ -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,