From aedf670bcf3b4ce15903fb143fddf5a7c7ca42f0 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Fri, 4 Oct 2019 15:38:07 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- .../pwnagotchi/scripts/pwnagotchi/plugins/default/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/example.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/example.py index dfca16a7..c18177c2 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/example.py +++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/example.py @@ -84,7 +84,7 @@ def on_ai_best_reward(agent, reward): pass -# called when the AI got the best reward so far +# called when the AI got the worst reward so far def on_ai_worst_reward(agent, reward): pass