Skip to content

Commit

Permalink
Update pltools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored Oct 7, 2024
1 parent 670cd53 commit 7b30c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtkclient/Library/pltools.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def runpayload(self, filename, offset=0, ack=0xA1A2A3A4, addr=None, dontack=Fals
return False
else:
self.error(f"Error on sending payload: {filename}")
self.error(f"Error, payload answered instead: {hexlify(ack).decode('utf-8')}")
self.error(f"Error, payload answered instead: {hexlify(response_ack).decode('utf-8')}")
return False

def runbrute(self, args):
Expand Down

0 comments on commit 7b30c52

Please sign in to comment.