Spaces:
Running
Running
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)) |