From d504337e3fedca8d03836fe6ddb2c372651659c5 Mon Sep 17 00:00:00 2001 From: Jeremy Leibs Date: Tue, 5 Nov 2024 13:41:39 -0500 Subject: [PATCH] Fix broken serve API in python --- 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,