diff --git a/pwnagotchi/plugins/default/auto-tune.py b/pwnagotchi/plugins/default/auto-tune.py index d79ce198..75655bc4 100644 --- a/pwnagotchi/plugins/default/auto-tune.py +++ b/pwnagotchi/plugins/default/auto-tune.py @@ -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)