diff --git a/pwnagotchi/plugins/default/example.py b/pwnagotchi/plugins/default/example.py index 2a02e6316..e66df3d60 100644 --- a/pwnagotchi/plugins/default/example.py +++ b/pwnagotchi/plugins/default/example.py @@ -95,7 +95,7 @@ def on_sad(self, agent): 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 diff --git a/pwnagotchi/plugins/default/led.py b/pwnagotchi/plugins/default/led.py new file mode 100644 index 000000000..e69de29bb