From d6eda55c45556bb0364db80c5d925b49a940f109 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Mon, 9 Dec 2024 16:58:15 +0100 Subject: [PATCH] fixup! fixup! wip - change session behavior [no changelog] --- python/src/trezorlib/debuglink.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,