tewak stop

This commit is contained in:
chrys 2016-07-06 00:03:26 +02:00
parent da71c4ad38
commit eef85bafa9

View File

@ -45,7 +45,7 @@ while(runtime['running']):
# changes on the screen
if runtime['oldContentBytes'] != runtime['newContentBytes']:
if len(newContentText) < 3:
if len(runtime['delta']) < 3:
runtime['speechDriver'].stop()
print("tty3 changed")