display: fix bug on shutdown
(cherry picked from commit 08b3563724adea4e4802e671f4733a7958f8345c)
This commit is contained in:
parent
7ad48da054
commit
de3a1ff7ce
|
@ -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__":
|
||||
|
|
Loading…
Reference in a new issue