From de3a1ff7ce470e3b89ba8d604e95820feb661640 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Wed, 19 May 2021 20:13:03 +0200 Subject: [PATCH] display: fix bug on shutdown (cherry picked from commit 08b3563724adea4e4802e671f4733a7958f8345c) --- scripts/planktoscope/display.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/planktoscope/display.py b/scripts/planktoscope/display.py index cf6b745..d3de9f3 100644 --- a/scripts/planktoscope/display.py +++ b/scripts/planktoscope/display.py @@ -101,7 +101,6 @@ class Display(object): def stop(self): logger.info("Display is out!") self.display_text("Shutdown in 5s") - self.__clear() if __name__ == "__main__":