k.e.p-0l1n3-1 / main.py
alptangall's picture
Update main.py
90bb213 verified
raw
history blame
263 Bytes
import requests
import time
from random import randrange
def ping(url):
return requests.get(url)
while True:
print(ping('https://alptangall-k-e-p-0l1n3.hf.space/123'))
print(ping('https://alptangall-testsss.hf.space'))
time.sleep(randrange(1,5))