mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 21:30:56 +00:00
python: only set session_id from Features on firmwares that send it
This commit is contained in:
parent
6dace16033
commit
7f63cf28b0
@ -268,6 +268,7 @@ class TrezorClient:
|
||||
self.features.patch_version,
|
||||
)
|
||||
self.check_firmware_version(warn_only=True)
|
||||
if self.features.session_id is not None:
|
||||
self.session_id = self.features.session_id
|
||||
|
||||
def is_outdated(self):
|
||||
|
Loading…
Reference in New Issue
Block a user