diff --git a/scripts/planktoscope/display.py b/scripts/planktoscope/display.py index 7cb9bba..067eb62 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("Cut the power in\n5s") + self.display_text("Cut the power\nin 5s") if __name__ == "__main__":