mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-19 08:39:03 +00:00
fixup! feat(python): implement session based trezorctl
This commit is contained in:
parent
fb03cc2afe
commit
a80f070d6d
@ -135,7 +135,7 @@ class TrezorConnection:
|
||||
|
||||
# Try resume session from id
|
||||
if self.session_id is not None:
|
||||
if client.protocol_version is ProtocolVersion.PROTOCOL_V1:
|
||||
if client.protocol_version is ProtocolVersion.V1:
|
||||
session = SessionV1.resume_from_id(
|
||||
client=client, session_id=self.session_id
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user