display: change shutdown message
(cherry picked from commit ce0f23d0904c741effafaa86ee01f3503fb610d8)
This commit is contained in:
parent
f5d7d8aa6a
commit
a16e807072
|
@ -100,7 +100,7 @@ class Display(object):
|
|||
|
||||
def stop(self):
|
||||
logger.info("Display is out!")
|
||||
self.display_text("Shutdown in 5s")
|
||||
self.display_text("Cut the power in\n5s")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue