correct index error

pull/208/head
Sebdraven 2018-07-12 14:55:56 +02:00
parent 0341bdc398
commit db35c9b091
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ def expand_history_whois(api, domain):
}
)
if 'telephone' in item_registrant:
if 'telephone' in item_registrant[0]:
r.append(
{
'types': ['whois-registrant-phone'],