mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 17:52:59 -07:00
Add continent to geoip lookup
This commit is contained in:
parent
b9b844dd38
commit
b905e0139c
3 changed files with 15 additions and 12 deletions
|
@ -6402,15 +6402,16 @@ class WebInterface(object):
|
|||
|
||||
Returns:
|
||||
json:
|
||||
{"code": 'US",
|
||||
{"city": "Mountain View",
|
||||
"code": "US",
|
||||
"continent": "NA",
|
||||
"country": "United States",
|
||||
"region": "California",
|
||||
"city": "Mountain View",
|
||||
"postal_code": "94035",
|
||||
"timezone": "America/Los_Angeles",
|
||||
"latitude": 37.386,
|
||||
"longitude": -122.0838,
|
||||
"accuracy": 1000
|
||||
"postal_code": "94035",
|
||||
"region": "California",
|
||||
"timezone": "America/Los_Angeles",
|
||||
"accuracy": null
|
||||
}
|
||||
```
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue