add check
This commit is contained in:
parent
716d5cd312
commit
52cc413152
@ -58,7 +58,8 @@ def toggle_plugin(name, enable=True):
|
|||||||
|
|
||||||
if enable and name in database and name not in loaded:
|
if enable and name in database and name not in loaded:
|
||||||
load_from_file(database[name])
|
load_from_file(database[name])
|
||||||
loaded[name].options = pwnagotchi.config['main']['plugins'][name]
|
if name in loaded and pwnagotchi.config and name in pwnagotchi.config['main']['plugins']:
|
||||||
|
loaded[name].options = pwnagotchi.config['main']['plugins'][name]
|
||||||
one(name, 'loaded')
|
one(name, 'loaded')
|
||||||
if pwnagotchi.config:
|
if pwnagotchi.config:
|
||||||
one(name, 'config_changed', pwnagotchi.config)
|
one(name, 'config_changed', pwnagotchi.config)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user