alexattia / Maps-Location-History

Get, Concatenate and Process you location history from Google Maps TimeLine
127 stars 22 forks source link

mtrand.RandomState.randint ValueError: low >= high #2

Open DeathStryke opened 6 years ago

DeathStryke commented 6 years ago

I am really sorry I wasn't able to find why this is not working.

Please help I get the following error.

I have Anaconda with mpl_toolkit and numpy updated. I don't know what's the problem.

anaconda_prompt_2018-08-06_00-04-01

psdcon commented 6 years ago

replace time.sleep(np.random.randint(0, 0.3)) with time.sleep(np.random.randint(0, 3) / 10)