1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-05 21:10:57 +00:00

fix(python): change default of client.get_session to have passphrase=""

[no changelog]
This commit is contained in:
M1nd3r 2024-11-25 10:39:11 +01:00
parent 5a069d8f8c
commit ddc204a4e1

View File

@ -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: