diff --git a/pwnagotchi/plugins/default/example.py b/pwnagotchi/plugins/default/example.py
index 2a02e63..e66df3d 100644
--- a/pwnagotchi/plugins/default/example.py
+++ b/pwnagotchi/plugins/default/example.py
@@ -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
diff --git a/pwnagotchi/plugins/default/led.py b/pwnagotchi/plugins/default/led.py
new file mode 100644
index 0000000..e69de29