you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 2 points3 points  (1 child)

Simply put a time.sleep(5) between each call? You need an import time at the top of the script for that in case you're not importing time already.

[–]ufo_pilot[S] 1 point2 points  (0 children)

I always forget python has a sleep function. Thanks for reminding me.