From d7fa4b8a5ff64d8f267f25d41ea313b5e9994bee Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 29 Aug 2023 23:44:21 +0200 Subject: [PATCH] Small update version 2.1.1 --- pwnagotchi/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)