mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
opwgrid now gets AI status
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -92,7 +92,7 @@ def update_data(last_session):
|
|||||||
'build': "Pwnagotchi-Torch by Jayofelony",
|
'build': "Pwnagotchi-Torch by Jayofelony",
|
||||||
'plugins': enabled,
|
'plugins': enabled,
|
||||||
'language': language,
|
'language': language,
|
||||||
'bettercap': subprocess.getoutput("bettercap -version").split[".\n\n"][1],
|
'bettercap': subprocess.getoutput("bettercap -version").split(".\n\n")[1],
|
||||||
'opwngrid': subprocess.getoutput("pwngrid -version")
|
'opwngrid': subprocess.getoutput("pwngrid -version")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user