mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@ -208,7 +208,7 @@ class View(object):
|
||||
if peer.first_encounter():
|
||||
face = random.choice((faces.AWAKE, faces.COOL))
|
||||
# a good friend, positive expression
|
||||
elif peer.is_good_friend():
|
||||
elif peer.is_good_friend(self._config):
|
||||
face = random.choice((faces.MOTIVATED, faces.FRIEND, faces.HAPPY))
|
||||
# normal friend, neutral-positive
|
||||
else:
|
||||
|
Reference in New Issue
Block a user