diff --git a/pwnagotchi/grid.py b/pwnagotchi/grid.py index efef1981..2fc9d62f 100644 --- a/pwnagotchi/grid.py +++ b/pwnagotchi/grid.py @@ -70,10 +70,9 @@ def update_data(last_session): enabled = [name for name, options in pwnagotchi.config['main']['plugins'].items() if 'enabled' in options and options['enabled']] language = pwnagotchi.config['main']['lang'] - ai = pwnagotchi.config['ai']['enabled'] data = { - 'ai': ai, + 'ai': "No AI!", 'session': { 'duration': last_session.duration, 'epochs': last_session.epochs,