From 30a753b659e690358c66559a81173e2697eb8646 Mon Sep 17 00:00:00 2001 From: Periklis Fregkos <leajian13@gmail.com> Date: Thu, 3 Oct 2019 07:46:51 +0300 Subject: [PATCH] Added DEBUG face (#__#) --- sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py index a13eb73..1e09be1 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py +++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py @@ -15,3 +15,4 @@ LONELY = '(ب__ب)' SAD = '(╥☁╥ )' FRIEND = '(♥‿‿♥)' BROKEN = '(☓‿‿☓)' +DEBUG = '(#__#)'