mirror of
https://github.com/jjaldridge2009/Project_Xs.git
synced 2024-11-19 17:02:33 +01:00
fixed blink interval constant
This commit is contained in:
parent
1090f9d0d9
commit
a3a562a382
@ -119,8 +119,8 @@ def stationary_timeline():
|
|||||||
queue = []
|
queue = []
|
||||||
heapq.heappush(queue, (waituntil+1.017,0))
|
heapq.heappush(queue, (waituntil+1.017,0))
|
||||||
|
|
||||||
#blink_int = reidentified_rng.range(3.0, 12.0) + 0.3
|
#blink_int = reidentified_rng.range(3.0, 12.0) + 0.285
|
||||||
blink_int = reidentified_rng.rangefloat(3,12) + 0.3
|
blink_int = reidentified_rng.rangefloat(3,12) + 0.285
|
||||||
|
|
||||||
heapq.heappush(queue, (waituntil+blink_int,1))
|
heapq.heappush(queue, (waituntil+blink_int,1))
|
||||||
while queue:
|
while queue:
|
||||||
|
Loading…
Reference in New Issue
Block a user