diff --git a/rerun_py/rerun/__init__.py b/rerun_py/rerun/__init__.py index 2d7f9af63627..2d1c79b2c70d 100644 --- a/rerun_py/rerun/__init__.py +++ b/rerun_py/rerun/__init__.py @@ -80,7 +80,7 @@ def set_recording_id(value: str) -> None: you will need to manually assign them all the same recording_id. Any random UUIDv4 will work, or copy the recording id for the parent process. """ - rerun_sdk.set_recording_id(str) + rerun_sdk.set_recording_id(value) def init(application_id: str) -> None: