jhylands

ip.py

Mar 26th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import urllib2
  2. import time
  3.  
  4. while True:
  5.         urllib2.urlopen("http://timep.co.uk/task.php?set=1").read()
  6.         time.sleep(3600)
Advertisement
Add Comment
Please, Sign In to add comment