mirror of
https://github.com/romanz/amodem.git
synced 2026-04-04 03:26:24 +08:00
main: simplify trezor_agent
This commit is contained in:
@@ -64,7 +64,3 @@ def frame(*msgs):
|
||||
res.write(msg)
|
||||
msg = res.getvalue()
|
||||
return pack('L', len(msg)) + msg
|
||||
|
||||
|
||||
def to_ascii(s):
|
||||
return s.decode('ascii')
|
||||
|
||||
Reference in New Issue
Block a user