trezor: keep session on

This commit is contained in:
Roman Zeyde
2015-07-20 16:46:39 +03:00
parent 1c6b949fe9
commit 0c21e33324

View File

@@ -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):