fixed bug in blink timer

This commit is contained in:
CiscoTheWolf 2023-06-09 20:39:37 +02:00
parent 919961a578
commit 6a0af064ce

View file

@ -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)