Advertisement
Yehonatan

Pycron

Jul 2nd, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import time
  2. import os
  3. from random import randint
  4.  
  5. while True:
  6.     os.system("call php here")
  7.     time.sleep(randint(4,7)*60)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement