From 37928ad2030d965fcbe60899b353d92e224ac5f0 Mon Sep 17 00:00:00 2001 From: Jeremy Leibs Date: Wed, 6 Nov 2024 03:27:01 -0500 Subject: [PATCH] Fix broken serve API in python (#8008) --- rerun_py/rerun_sdk/rerun/sinks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,