From 4e6a9b2fa5cb9333f9eaa9e618c94871663139b9 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 28 Sep 2023 13:02:17 +0200 Subject: [PATCH] I don't love them quite that much --- rerun_py/rerun_sdk/rerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rerun_py/rerun_sdk/rerun/__init__.py b/rerun_py/rerun_sdk/rerun/__init__.py index b18afc18fd84..f1cbcc695d09 100644 --- a/rerun_py/rerun_sdk/rerun/__init__.py +++ b/rerun_py/rerun_sdk/rerun/__init__.py @@ -226,8 +226,8 @@ def _init_recording_stream() -> None: def init( - *, application_id: str, + *, recording_id: str | None = None, spawn: bool = False, init_logging: bool = True,