mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update agent.py
This commit is contained in:
@ -260,7 +260,7 @@ class Agent(Client, Automata, AsyncAdvertiser, AsyncTrainer):
|
||||
txt = '%d (%d)' % (len(self._handshakes), tot)
|
||||
|
||||
if self._last_pwnd is not None:
|
||||
txt += ' [%s]' % self._last_pwnd[:20]
|
||||
txt += ' [%s]' % self._last_pwnd[:10]
|
||||
|
||||
self._view.set('shakes', txt)
|
||||
|
||||
|
Reference in New Issue
Block a user