Update screenManager.py

This commit is contained in:
chrys87 2016-09-21 16:54:48 +02:00 committed by GitHub
parent a1c10feae4
commit 5011d35904

View File

@ -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):