misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
99f6758aae
commit
063cc73689
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user