From a16e80707232258f5272ce5c35d659cb69f0b703 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Thu, 20 May 2021 00:28:52 +0200 Subject: [PATCH] display: change shutdown message (cherry picked from commit ce0f23d0904c741effafaa86ee01f3503fb610d8) --- scripts/planktoscope/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/planktoscope/display.py b/scripts/planktoscope/display.py index d3de9f3..7cb9bba 100644 --- a/scripts/planktoscope/display.py +++ b/scripts/planktoscope/display.py @@ -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__":