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

This commit is contained in:
Simone Margaritelli 2019-10-24 12:33:03 +02:00
parent 0df5e54f91
commit 2239406272
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

@ -310,6 +310,7 @@ class View(object):
self.set('face', faces.EXCITED)
self.set('status', self._voice.on_unread_messages(count, total))
self.update()
time.sleep(5.0)
def on_rebooting(self):
self.set('face', faces.BROKEN)