1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

python: call EndSession when requested

This commit is contained in:
matejcik 2020-08-25 16:05:13 +02:00 committed by matejcik
parent 58621711d1
commit 4f92d2b14d

View File

@ -385,7 +385,7 @@ class TrezorClient:
The session will become invalid until `init_device()` is called again.
If passphrase is enabled, further actions will prompt for it again.
"""
# XXX self.call(messages.EndSession())
self.call(messages.EndSession())
self.session_id = None
@tools.session