mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix: fixed typo in the example plugin
This commit is contained in:
@ -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
Reference in New Issue
Block a user