Revert grid name

This commit is contained in:
Jeroen Oudshoorn
2024-01-28 22:08:17 +01:00
parent 7b7ba02aad
commit 4f62759d6d

View File

@ -89,7 +89,7 @@ def update_data(last_session):
'uname': subprocess.getoutput("uname -a"),
'brain': brain,
'version': pwnagotchi.__version__,
'build': "Test version",
'build': "Pwnagotchi-Torch by Jayofelony",
'plugins': enabled,
'language': language,
'bettercap': subprocess.getoutput("bettercap -version").split(".\n\n")[1],