diff --git a/pwnagotchi/agent.py b/pwnagotchi/agent.py index 12563401..dd6b0cea 100644 --- a/pwnagotchi/agent.py +++ b/pwnagotchi/agent.py @@ -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[:10] + txt += ' [%s]' % self._last_pwnd[:12] self._view.set('shakes', txt)