Skip to content

Commit

Permalink
Update faces.py
Browse files Browse the repository at this point in the history
Signed-off-by: jayofelony <[email protected]>
  • Loading branch information
jayofelony committed Mar 23, 2024
1 parent 18fb956 commit 7abf9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnagotchi/ui/faces.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
POSITION_X = 0
POSITION_Y = 40


def load_from_config(config):
for face_name, face_value in config.items():
globals()[face_name.upper()] = face_value

0 comments on commit 7abf9ff

Please sign in to comment.