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:
@ -216,7 +216,7 @@ class View(object):
|
||||
face = random.choice((faces.MOTIVATED, faces.FRIEND, faces.HAPPY))
|
||||
# normal friend, neutral-positive
|
||||
else:
|
||||
face = random.choice((faces.EXCITED, faces.HAPPY))
|
||||
face = random.choice((faces.EXCITED, faces.HAPPY, faces.SMART))
|
||||
|
||||
self.set('face', face)
|
||||
self.set('status', self._voice.on_new_peer(peer))
|
||||
|
Reference in New Issue
Block a user