From 1a629d749e5772e917b93bbcc62afcd815f05e41 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sun, 24 Sep 2023 07:30:01 +0200 Subject: [PATCH] multiple edits Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: