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