diff --git a/src/fenrir.py b/src/fenrir.py index 69bd64d5..083c928f 100755 --- a/src/fenrir.py +++ b/src/fenrir.py @@ -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")