Open DeathStryke opened 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.
replace time.sleep(np.random.randint(0, 0.3)) with time.sleep(np.random.randint(0, 3) / 10)
time.sleep(np.random.randint(0, 0.3))
time.sleep(np.random.randint(0, 3) / 10)
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.