multiple edits

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-24 07:28:50 +02:00
parent 9640f88d2f
commit 1a1638a68e
3 changed files with 2 additions and 18 deletions

View File

@ -84,8 +84,7 @@ def update_data(last_session, plugin_data):
'uname': subprocess.getoutput("uname -a"),
'brain': brain,
'version': pwnagotchi.__version__,
'build': "Pwnagotchi-Torch by Jayofelony",
'plugins': plugin_data
'build': "Pwnagotchi-Torch by Jayofelony"
}
logging.debug("updating grid data: %s" % data)