Small update version 2.1.1

This commit is contained in:
Jeroen Oudshoorn
2023-08-29 23:44:21 +02:00
parent 9a3f068902
commit d7fa4b8a5f

View File

@ -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)