tewak stop
This commit is contained in:
parent
da71c4ad38
commit
eef85bafa9
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user