mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Update API to keep backwards compatibility for geoip lookup
This commit is contained in:
parent
82ab732144
commit
1ab407eb38
3 changed files with 8 additions and 8 deletions
|
@ -5736,7 +5736,7 @@ class WebInterface(object):
|
|||
|
||||
Returns:
|
||||
json:
|
||||
{"continent": "North America",
|
||||
{"code": 'US",
|
||||
"country": "United States",
|
||||
"region": "California",
|
||||
"city": "Mountain View",
|
||||
|
@ -5746,9 +5746,6 @@ class WebInterface(object):
|
|||
"longitude": -122.0838,
|
||||
"accuracy": 1000
|
||||
}
|
||||
json:
|
||||
{"error": "The address 127.0.0.1 is not in the database."
|
||||
}
|
||||
```
|
||||
"""
|
||||
message = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue