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