mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Call on_ready
This commit is contained in:
@ -36,6 +36,7 @@ def toggle_plugin(name, enable=True):
|
||||
load_from_file(database[name])
|
||||
one(name, 'loaded')
|
||||
one(name, 'ui_setup', view.ROOT)
|
||||
one(name, 'ready', view.ROOT._agent)
|
||||
return True
|
||||
|
||||
return False
|
||||
|
Reference in New Issue
Block a user