fixed bug in blink timer
This commit is contained in:
parent
919961a578
commit
6a0af064ce
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def random_blinks():
|
|||
|
||||
if proot_state.get_animations_ready():
|
||||
proot_state.set_desired_expression(1)
|
||||
time.sleep(random.randint(0.1))
|
||||
time.sleep(0.2)
|
||||
proot_state.set_desired_expression(0)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue