remove hack for testing tty change announcement

This commit is contained in:
Chrys 2016-08-19 17:34:41 +02:00
parent 5be851e5d1
commit 3dd83fb8f7

View File

@ -17,6 +17,6 @@ screenData = {
'newContentBytes': b'',
'newContentText': '',
'newContentAttrib': b'',
'oldTTY':'-1', #to get shure that the first loop is a chagne
'oldTTY':'0',
'newTTY':'0',
}