display: fix the shutdown message line break

(cherry picked from commit 1d8a599975ef244db0e0533adfc2963ae105e513)
This commit is contained in:
Romain Bazile 2021-06-02 14:02:22 +02:00 committed by Romain Bazile
parent 3550dcf362
commit 86c322ccbe

View file

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