mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-12 14:16:06 +00:00
feat(python): implement session based trezorlib
This commit is contained in:
parent
035e817ed9
commit
fa0ddcf08b
@ -92,3 +92,7 @@ class FailedSessionResumption(TrezorException):
|
||||
|
||||
Raised when `trezorctl -s <sesssion_id>` is used or `TREZOR_SESSION_ID = <session_id>`
|
||||
is set and resumption of session with the `session_id` fails."""
|
||||
|
||||
|
||||
class DeviceLockedException(TrezorException):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user