dont show incomming text as braille message

This commit is contained in:
chrys 2017-01-29 23:14:42 +01:00
parent 076db69848
commit f145c37eea

View File

@ -28,7 +28,7 @@ class command():
if len(self.env['screenData']['newDelta'].strip(' \n\t')) <= 2: if len(self.env['screenData']['newDelta'].strip(' \n\t')) <= 2:
return return
self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False) self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False,flush=False)
def setCallback(self, callback): def setCallback(self, callback):
pass pass