mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -396,8 +396,7 @@ class auto_tune(plugins.Plugin):
|
||||
|
||||
def on_ui_update(self, ui):
|
||||
try:
|
||||
stats = self._chistos
|
||||
mode = 'AT(%d/%d)' % (stats.get('Current APs', {}).get(-1, 0), stats.get('Unique APs', {}).get(-1, 0))
|
||||
mode = 'AT'
|
||||
ui.set('mode', mode)
|
||||
except Exception as e:
|
||||
logging.exception(e)
|
||||
|
Reference in New Issue
Block a user