mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Fix legacy
This commit is contained in:
parent
914dd7518e
commit
54e604ab0a
1 changed files with 2 additions and 2 deletions
|
@ -228,8 +228,8 @@ class legacyext(metaclass=LogBase):
|
|||
pubk = self.read_pubk()
|
||||
if pubk is not None:
|
||||
retval["pubkey"] = pubk.hex()
|
||||
self.info("PUBK : " + pubk.hex())
|
||||
self.config.hwparam.writesetting("pubkey", pubk.hex())
|
||||
self.info("PUBK : " + pubk.hex())
|
||||
self.config.hwparam.writesetting("pubkey", pubk.hex())
|
||||
if meid is not None:
|
||||
self.info("MEID : " + hexlify(meid).decode('utf-8'))
|
||||
retval["meid"] = hexlify(meid).decode('utf-8')
|
||||
|
|
Loading…
Reference in a new issue