diff --git a/python/src/trezorlib/debuglink.py b/python/src/trezorlib/debuglink.py index 0f81bcfa6a..5e316edc9e 100644 --- a/python/src/trezorlib/debuglink.py +++ b/python/src/trezorlib/debuglink.py @@ -1445,10 +1445,11 @@ class TrezorClientDebugLink(TrezorClient): self, passphrase: str | object | None = "", derive_cardano: bool = False, + session_id: int = 0, ) -> Session: if isinstance(passphrase, str): passphrase = Mnemonic.normalize_string(passphrase) - return super().get_session(passphrase, derive_cardano) + return super().get_session(passphrase, derive_cardano, session_id) def set_filter( self,