multiple edits

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-24 07:57:07 +02:00
parent 5ed92eec7a
commit bd35508634

View File

@ -67,7 +67,7 @@ def update_data(last_session):
brain = json.load(fp) brain = json.load(fp)
except: except:
pass pass
enabled = [name for name, options in config['main']['plugins'].items() if enabled = [name for name, options in pwnagotchi.config['main']['plugins'].items() if
'enabled' in options and options['enabled']] 'enabled' in options and options['enabled']]
data = { data = {