display: improve shutdown message
This commit is contained in:
parent
78d8287176
commit
8eb2bd011c
|
@ -100,6 +100,7 @@ class Display(object):
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
logger.info("Display is out!")
|
logger.info("Display is out!")
|
||||||
|
self.display_text("Shutdown in 5s")
|
||||||
self.__clear()
|
self.__clear()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue