diff --git a/routers/ip.py b/routers/ip.py index 73d7e63..ffed5da 100644 --- a/routers/ip.py +++ b/routers/ip.py @@ -163,4 +163,4 @@ async def get_ip(request: Request): html = response.text ipinfo = IPInfo(html) - return ipinfo._data \ No newline at end of file + return ipinfo.dict() \ No newline at end of file