From 53e708e441740abb8ad1ca5d1702d6f090b72183 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 20 Nov 2023 22:49:46 +0100 Subject: [PATCH] opwgrid now gets AI status 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 57d459bb..327147ba 100644 --- a/pwnagotchi/grid.py +++ b/pwnagotchi/grid.py @@ -92,7 +92,7 @@ def update_data(last_session): 'build': "Pwnagotchi-Torch by Jayofelony", 'plugins': enabled, 'language': language, - 'bettercap': subprocess.getoutput("bettercap -version"), + 'bettercap': subprocess.getoutput("bettercap -version").split[".\n\n"][1], 'opwngrid': subprocess.getoutput("pwngrid -version") }