fix: fixed typo in the example plugin

This commit is contained in:
Simone Margaritelli 2019-11-08 14:08:43 +01:00
parent fcb5c87ef0
commit 09f80cc842
2 changed files with 1 additions and 1 deletions
pwnagotchi/plugins/default

@ -95,7 +95,7 @@ class Example(plugins.Plugin):
pass
# called when the status is set to excited
def on_excited(aself, gent):
def on_excited(self, agent):
pass
# called when the status is set to lonely