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