Decrease the time between blinks.

This commit is contained in:
CiscoTheWolf 2023-05-23 22:26:58 +02:00
parent 3e6687ea34
commit 4f37c94c22

View file

@ -219,7 +219,7 @@ def interrupt_timer():
def random_blinks():
while True:
time.sleep(random.randint(5, 10))
time.sleep(random.randint(3, 5))
proot_state = ProotState()