Update screenManager.py
This commit is contained in:
parent
e916a84ee1
commit
ef00378d1c
@ -63,7 +63,7 @@ class screenManager():
|
|||||||
try:
|
try:
|
||||||
self.env['runtime']['screenDriver'].injectTextToScreen(text, screen)
|
self.env['runtime']['screenDriver'].injectTextToScreen(text, screen)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pass
|
self.env['runtime']['debug'].writeDebugOut('screenManager:injectTextToScreen ' + str(e),debug.debugLevel.ERROR)
|
||||||
|
|
||||||
def changeBrailleScreen(self):
|
def changeBrailleScreen(self):
|
||||||
if not self.env['runtime']['brailleDriver']:
|
if not self.env['runtime']['brailleDriver']:
|
||||||
|
Loading…
Reference in New Issue
Block a user