mirror of
https://github.com/romanz/amodem.git
synced 2026-02-25 00:31:08 +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