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:
parent
5a069d8f8c
commit
ddc204a4e1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user