display: change shutdown message

(cherry picked from commit ce0f23d0904c741effafaa86ee01f3503fb610d8)
This commit is contained in:
Romain Bazile 2021-05-20 00:28:52 +02:00 committed by Romain Bazile
parent f5d7d8aa6a
commit a16e807072

View file

@ -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__":