The test used int(time.time()) to get a random number, but this doesn't work...
The test used int(time.time()) to get a random number, but this doesn't work on the mac (where times are bigger than ints). Changed to int(time.time()%1000000).
Showing
Please register or sign in to comment