from lib.all import * while True: time.sleep(0.1) res = requests.get("https://testapi.tiefen.fun/test/ip", {}) print(res.text)