mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-09 02:18:46 +00:00
fixup! feat(python): implement session based trezorctl
This commit is contained in:
parent
ba4f1af0db
commit
1dad3d92f9
@ -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