Skip to content

Commit

Permalink
Fix legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler committed Sep 26, 2023
1 parent 914dd75 commit 54e604a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mtkclient/Library/DA/legacy/extension/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ def generate_keys(self):
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')
Expand Down

0 comments on commit 54e604a

Please sign in to comment.