I'm using freegeoip to know my location and use it in my program, but when I make a call using:
r = requests.get(location_url, headers={"content-type":"application/json;charset=UTF-8"})
The return looks like this:
{
ip: "0.0.0.0",
cou...
asked by
10.07.2017 / 18:10