misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-10-26 16:39:49 +02:00
parent 99f6758aae
commit 063cc73689
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

@ -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))