mirror of
https://github.com/romanz/amodem.git
synced 2026-03-28 13:59:09 +08:00
trezor: keep session on
This commit is contained in:
@@ -49,7 +49,6 @@ class Client(object):
|
||||
|
||||
def __exit__(self, *args):
|
||||
log.info('disconnected from Trezor')
|
||||
self.client.clear_session()
|
||||
self.client.close()
|
||||
|
||||
def get_identity(self, label):
|
||||
|
||||
Reference in New Issue
Block a user