From 48e507baceb4cf3061031679e5417ab4f4d2fb27 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 29 Aug 2023 23:41:34 +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 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)