Update screenManager.py
This commit is contained in:
parent
a1c10feae4
commit
5011d35904
@ -20,6 +20,7 @@ class screenManager():
|
||||
def shutdown(self, environment):
|
||||
if environment['runtime']['screenDriver']:
|
||||
environment['runtime']['screenDriver'].shutdown(environment)
|
||||
del environment['runtime']['screenDriver']
|
||||
|
||||
def update(self, environment):
|
||||
if not self.isSuspendingScreen(environment):
|
||||
|
Loading…
Reference in New Issue
Block a user