mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix: reporting software version from the grid plugin
This commit is contained in:
@ -62,7 +62,8 @@ def get_api_token(last_session, keys):
|
||||
'handshakes': last_session.handshakes,
|
||||
'peers': last_session.peers,
|
||||
'uname': subprocess.getoutput("uname -a"),
|
||||
'brain': brain
|
||||
'brain': brain,
|
||||
'version': pwnagotchi.version
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user