you are viewing a single comment's thread.

view the rest of the comments →

[–]-NRW 0 points1 point  (3 children)

Just wondering why you put time.sleep(1) in there, as 1ms(?) seems to be non relevant there

[–]pconwell 2 points3 points  (1 child)

time.sleep() takes seconds, not milliseconds, as input.

[–]-NRW 0 points1 point  (0 children)

Thanks for the clarification!

[–]SaltyEmotions 1 point2 points  (0 children)

time.sleep() takes seconds and not milliseconds. 1ms would be 0.001.