fix: reporting software version from the grid plugin

This commit is contained in:
Simone Margaritelli 2019-10-10 16:43:48 +02:00
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
}
}