fix: reporting software version from the grid plugin
This commit is contained in:
parent
078ab63249
commit
3d052c5dc1
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user