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