mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 00:06:07 -07:00
Patch ipwhois host lookup
* Args need to be unpacked into the namedtuple
This commit is contained in:
parent
2c4cc34b2b
commit
b55b053b1e
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ class Net:
|
||||||
|
|
||||||
results = namedtuple('get_host_results', 'hostname, aliaslist, '
|
results = namedtuple('get_host_results', 'hostname, aliaslist, '
|
||||||
'ipaddrlist')
|
'ipaddrlist')
|
||||||
return results(ret)
|
return results(*ret)
|
||||||
|
|
||||||
except (socket.timeout, socket.error) as e:
|
except (socket.timeout, socket.error) as e:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue