Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -6,5 +6,5 @@ def ping(url):
|
|
6 |
return requests.get(url)
|
7 |
|
8 |
while True:
|
9 |
-
ping('https://alptangall-k-e-p-0l1n3.hf.space/123')
|
10 |
time.sleep(randrange(1,5))
|
|
|
6 |
return requests.get(url)
|
7 |
|
8 |
while True:
|
9 |
+
print(ping('https://alptangall-k-e-p-0l1n3.hf.space/123'))
|
10 |
time.sleep(randrange(1,5))
|