scripts/loop.py

8 lines
141 B
Python
Raw Normal View History

2024-05-24 11:50:52 +08:00
from lib.all import *
while True:
time.sleep(0.1)
res = requests.get("https://testapi.tiefen.fun/test/ip", {})
print(res.text)