mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 14:20:57 +00:00
fix(python): change default of client.get_session to have passphrase=""
[no changelog]
This commit is contained in:
parent
1560c3f24f
commit
04266cf21a
@ -1345,7 +1345,7 @@ class TrezorClientDebugLink(TrezorClient):
|
|||||||
|
|
||||||
def get_session(
|
def get_session(
|
||||||
self,
|
self,
|
||||||
passphrase: str | None = None,
|
passphrase: str | None = "",
|
||||||
derive_cardano: bool = False,
|
derive_cardano: bool = False,
|
||||||
) -> Session:
|
) -> Session:
|
||||||
if passphrase is not None:
|
if passphrase is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user