pull/208/head
Sebdraven 2018-07-12 14:42:33 +02:00
parent a0cf9de590
commit 86d9427816
1 changed files with 1 additions and 2 deletions

View File

@ -394,6 +394,7 @@ def expand_history_whois(api, domain):
if 'items' in results['result']:
for item in results['result']['items']:
item_registrant = __select_registrant_item(item)
print(item_registrant)
r.extend(
{
'type': ['domain'],
@ -435,8 +436,6 @@ def expand_history_whois(api, domain):
misperrors['error'] = e
return [], False
return r, status_ok