This commit is contained in:
austnv
2026-06-14 16:38:40 +03:00
parent f24a1e21d7
commit ba960d5d67
+1 -1
View File
@@ -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()