I followed the example on GitHub README, but API isn't working
Output:
{'bogon': True,
'country_name': None,
'ip': '192.***.**.**,
'latitude': None,
'longitude': None}
The code:
import ipinfo
import pprint
handler = ipinfo.getHandler(IP_TOKEN)
details = handler.getDetails(MY_IP)
pprint.pprint(details.all)
I followed the example on GitHub README, but API isn't working
{'bogon': True, 'country_name': None, 'ip': '192.***.**.**, 'latitude': None, 'longitude': None}