diff --git a/pwnagotchi/grid.py b/pwnagotchi/grid.py index 11101c51..78edb804 100644 --- a/pwnagotchi/grid.py +++ b/pwnagotchi/grid.py @@ -60,7 +60,7 @@ def closest_peer(): return all[0] if len(all) else None -def update_data(last_session, plugin_data): +def update_data(last_session): brain = {} try: with open('/root/brain.json') as fp: