fix: invalid return type

This commit is contained in:
austnv
2026-06-14 15:51:15 +03:00
parent e71b041bdb
commit bd6af64bc6
+1 -1
View File
@@ -163,4 +163,4 @@ async def get_ip(request: Request):
html = response.text
ipinfo = IPInfo(html)
return ipinfo._data
return ipinfo.dict()