Update build

This commit is contained in:
jayofelony
2024-02-26 19:34:14 +01:00
parent 60a9da9acc
commit 6c03d95724
3 changed files with 3 additions and 3 deletions

View File

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