Skip to content

Commit

Permalink
fix: fixed typo in the example plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Nov 8, 2019
1 parent fcb5c87 commit 09f80cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnagotchi/plugins/default/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file.

0 comments on commit 09f80cc

Please sign in to comment.