mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
multiple edits
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user