Commit 8df4ef67 by William Tisäter

Add continent to README

parent ca3743d7
......@@ -61,7 +61,8 @@ Create your GeoIP instance with appropriate access flag. `STANDARD` reads data f
'postal_code': '94043',
'dma_code': 807,
'country_code': 'US',
'country_name': 'United States'
'country_name': 'United States',
'continent': 'NA'
}
>>> gi.time_zone_by_addr('64.233.161.99')
'America/Los_Angeles'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment