fix: fixed typo in the example plugin
This commit is contained in:
parent
fcb5c87ef0
commit
09f80cc842
pwnagotchi/plugins/default
@ -95,7 +95,7 @@ class Example(plugins.Plugin):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
# called when the status is set to excited
|
# called when the status is set to excited
|
||||||
def on_excited(aself, gent):
|
def on_excited(self, agent):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# called when the status is set to lonely
|
# called when the status is set to lonely
|
||||||
|
0
pwnagotchi/plugins/default/led.py
Normal file
0
pwnagotchi/plugins/default/led.py
Normal file
Loading…
x
Reference in New Issue
Block a user