Skip to content

Commit 48ca1e7

Browse files
authored
Update 5_Mouth.py
1 parent f62d557 commit 48ca1e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/5_Mouth.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ def onEndSpeaking(text):
2828
if runtime.isStarted('i01.head'):
2929
i01_random.disable('i01.setHeadSpeed')
3030
i01_random.disable('i01.moveHead')
31-
i01_random.disable('randomBlink')
32-
i01_random.disable('randomFace')
31+
## commenting out these two lines, although I am pretty sure there was a case when they were necessary.
32+
#i01_random.disable('randomBlink')
33+
#i01_random.disable('randomFace')
3334
if i01.getConfig().neoPixelFlashWhenSpeaking==1 and runtime.isStarted('i01.neoPixel'):i01_neoPixel.clear()
3435

3536
def onStartSpeaking(text):

0 commit comments

Comments
 (0)