diff --git a/pwnagotchi/grid.py b/pwnagotchi/grid.py index ee1aac8f..efef1981 100644 --- a/pwnagotchi/grid.py +++ b/pwnagotchi/grid.py @@ -92,7 +92,7 @@ def update_data(last_session): 'build': "Pwnagotchi by Jayofelony", 'plugins': enabled, 'language': language, - 'bettercap': subprocess.getoutput("bettercap -version").split(".\n\n")[1], + 'bettercap': subprocess.getoutput("bettercap -version"), 'opwngrid': subprocess.getoutput("pwngrid -version") }