Fix overlapping issue
This commit is contained in:
parent
a62016c5b4
commit
8e70b79060
@ -253,7 +253,7 @@ class Agent(Client, AsyncAdvertiser, AsyncTrainer):
|
||||
txt = '%d (%d)' % (len(self._handshakes), tot)
|
||||
|
||||
if self._last_pwnd is not None:
|
||||
txt += ' [%s]' % self._last_pwnd
|
||||
txt += ' [%s]' % self._last_pwnd[:20]
|
||||
|
||||
self._view.set('shakes', txt)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user