display: fix the shutdown message line break
(cherry picked from commit 1d8a599975ef244db0e0533adfc2963ae105e513)
This commit is contained in:
parent
3550dcf362
commit
86c322ccbe
|
@ -100,7 +100,7 @@ class Display(object):
|
|||
|
||||
def stop(self):
|
||||
logger.info("Display is out!")
|
||||
self.display_text("Cut the power in\n5s")
|
||||
self.display_text("Cut the power\nin 5s")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue