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