mirror of https://github.com/MISP/misp-modules
correct index error
parent
0341bdc398
commit
db35c9b091
|
@ -426,7 +426,7 @@ def expand_history_whois(api, domain):
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
if 'telephone' in item_registrant:
|
if 'telephone' in item_registrant[0]:
|
||||||
r.append(
|
r.append(
|
||||||
{
|
{
|
||||||
'types': ['whois-registrant-phone'],
|
'types': ['whois-registrant-phone'],
|
||||||
|
|
Loading…
Reference in New Issue