From 3e0833698ab8bdcf6637a82d6c86b57a48662d84 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Thu, 24 Oct 2019 12:26:18 +0200 Subject: [PATCH] fix: forcing view update when calling manual mode --- pwnagotchi/ui/view.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index 3542c8d..c4fc066 100644 --- a/pwnagotchi/ui/view.py +++ b/pwnagotchi/ui/view.py @@ -147,6 +147,7 @@ class View(object): self.set('shakes', '%d (%s)' % (last_session.handshakes, \ utils.total_unique_handshakes(self._config['bettercap']['handshakes']))) self.set_closest_peer(last_session.last_peer, last_session.peers) + self.update() def is_normal(self): return self._state.get('face') not in (