menu: remove surplus self.running=False

Signed-off-by: Janar Sööt <janar.soot@gmail.com>
This commit is contained in:
Janar Sööt 2020-08-18 22:42:44 +03:00 committed by KevinOConnor
parent ccfcc3789b
commit bc904dd431
1 changed files with 0 additions and 2 deletions

View File

@ -704,8 +704,6 @@ class MenuManager:
logging.error("Invalid root, menu stopped!")
self.running = False
self.running = False
def get_status(self, eventtime):
return {
'timeout': self.timeout,