mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-15 10:58:09 +00:00
Merge branch 'master' of github.com:trezor/python-trezor
This commit is contained in:
commit
472d15e774
3
trezorlib/client.py
Executable file → Normal file
3
trezorlib/client.py
Executable file → Normal file
@ -135,7 +135,8 @@ class TrezorClient(object):
|
||||
return ret
|
||||
|
||||
def _pprint(self, msg):
|
||||
return "<%s>:\n%s" % (msg.__class__.__name__, msg)
|
||||
ser = msg.SerializeToString()
|
||||
return "<%s> (%d bytes):\n%s" % (msg.__class__.__name__, len(ser), msg)
|
||||
|
||||
def setup_debuglink(self, button=None, pin_correct=False):
|
||||
self.debug_button = button
|
||||
|
Loading…
Reference in New Issue
Block a user