Delete brain from grid as there is no more AI.

This commit is contained in:
jayofelony
2024-12-04 08:07:19 +01:00
parent 68d123c4ec
commit b3df38e921

View File

@ -86,7 +86,6 @@ def update_data(last_session):
'peers': last_session.peers,
},
'uname': subprocess.getoutput("uname -a"),
'brain': brain,
'version': pwnagotchi.__version__,
'build': "Pwnagotchi by Jayofelony",
'plugins': enabled,