alptangall commited on
Commit
603ab05
·
verified ·
1 Parent(s): 3063604

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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))