Small update version 2.1.1

This commit is contained in:
Jeroen Oudshoorn
2023-08-29 23:41:34 +02:00
parent a9451cc724
commit 48e507bace

View File

@ -260,7 +260,7 @@ class Agent(Client, Automata, AsyncAdvertiser, AsyncTrainer):
txt = '%d (%d)' % (len(self._handshakes), tot) txt = '%d (%d)' % (len(self._handshakes), tot)
if self._last_pwnd is not None: if self._last_pwnd is not None:
txt += ' [%s]' % self._last_pwnd[:10] txt += ' [%s]' % self._last_pwnd[:12]
self._view.set('shakes', txt) self._view.set('shakes', txt)