mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
new: the auto-update plugin now triggers an on_updating event that other plugins can intercept (see led plugin)
This commit is contained in:
@ -25,7 +25,7 @@ class Example(plugins.Plugin):
|
||||
def on_loaded(self):
|
||||
logging.warning("WARNING: this plugin should be disabled! options = " % self.options)
|
||||
|
||||
# called in manual mode when there's internet connectivity
|
||||
# called hen there's internet connectivity
|
||||
def on_internet_available(self, agent):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user