diff --git a/routers/ip.py b/routers/ip.py index b801dbf..cb92b83 100644 --- a/routers/ip.py +++ b/routers/ip.py @@ -172,7 +172,7 @@ async def get_ip(request: Request): response = await client.get(f'https://ipinfo.io/{client_ip}') html = response.text - logging.info(f'html: {html}') ipinfo = IPInfo(html) + logging.info(ipinfo._data) return ipinfo.dict() \ No newline at end of file