From 2239406272ce5adc3bbe69eaf3f13802dc895e0c Mon Sep 17 00:00:00 2001
From: Simone Margaritelli <evilsocket@gmail.com>
Date: Thu, 24 Oct 2019 12:33:03 +0200
Subject: [PATCH] misc: small fix or general refactoring i did not bother
 commenting

---
 pwnagotchi/ui/view.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py
index c4fc066..a8ad662 100644
--- a/pwnagotchi/ui/view.py
+++ b/pwnagotchi/ui/view.py
@@ -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)