mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 11:14:56 -05:00
Update pltools.py
This commit is contained in:
parent
670cd5384c
commit
7b30c5293c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class PLTools(metaclass=LogBase):
|
|||
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):
|
||||
|
|
Loading…
Reference in a new issue