Skip to content

Commit

Permalink
Update faces.py
Browse files Browse the repository at this point in the history
Added upload faces.
  • Loading branch information
jonspraggins authored Mar 18, 2021
1 parent 0704541 commit 0fd0987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pwnagotchi/ui/faces.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
FRIEND = '(♥‿‿♥)'
BROKEN = '(☓‿‿☓)'
DEBUG = '(#__#)'

UPLOAD = '(1__0)'
UPLOAD1 = '(1__1)'
UPLOAD2 = '(0__1)'

def load_from_config(config):
for face_name, face_value in config.items():
Expand Down

0 comments on commit 0fd0987

Please sign in to comment.