File size: 81 Bytes
4b81334
 
 
 
 
 
1
2
3
4
5
6
7
import httpx
import time

for _ in range(3):
    print("tick")
    time.sleep(1)