fix: forcing view update when calling manual mode
This commit is contained in:
parent
ab9ddb4513
commit
3e0833698a
@ -147,6 +147,7 @@ class View(object):
|
|||||||
self.set('shakes', '%d (%s)' % (last_session.handshakes, \
|
self.set('shakes', '%d (%s)' % (last_session.handshakes, \
|
||||||
utils.total_unique_handshakes(self._config['bettercap']['handshakes'])))
|
utils.total_unique_handshakes(self._config['bettercap']['handshakes'])))
|
||||||
self.set_closest_peer(last_session.last_peer, last_session.peers)
|
self.set_closest_peer(last_session.last_peer, last_session.peers)
|
||||||
|
self.update()
|
||||||
|
|
||||||
def is_normal(self):
|
def is_normal(self):
|
||||||
return self._state.get('face') not in (
|
return self._state.get('face') not in (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user