From f24a1e21d790a3a9c5d11cac02c6219d1402e68c Mon Sep 17 00:00:00 2001 From: austnv Date: Sun, 14 Jun 2026 16:33:56 +0300 Subject: [PATCH] debug --- routers/ip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/ip.py b/routers/ip.py index ffdad0d..b801dbf 100644 --- a/routers/ip.py +++ b/routers/ip.py @@ -172,6 +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) return ipinfo.dict() \ No newline at end of file