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