From ddc204a4e19152357e92a534fc14432856d9fbae Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Mon, 25 Nov 2024 10:39:11 +0100 Subject: [PATCH] fix(python): change default of client.get_session to have passphrase="" [no changelog] --- python/src/trezorlib/debuglink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/trezorlib/debuglink.py b/python/src/trezorlib/debuglink.py index 22e0937141..2074b4f962 100644 --- a/python/src/trezorlib/debuglink.py +++ b/python/src/trezorlib/debuglink.py @@ -1345,7 +1345,7 @@ class TrezorClientDebugLink(TrezorClient): def get_session( self, - passphrase: str | None = None, + passphrase: str | None = "", derive_cardano: bool = False, ) -> Session: if passphrase is not None: