Update agent.py

This commit is contained in:
Jeroen Oudshoorn
2023-08-29 15:09:29 +02:00
committed by GitHub
parent febd893cae
commit 4bc5be5159

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[:20]
txt += ' [%s]' % self._last_pwnd[:10]
self._view.set('shakes', txt)