Decrease the time between blinks.
This commit is contained in:
parent
3e6687ea34
commit
4f37c94c22
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue