error call functions

pull/208/head
Sebdraven 2018-07-12 14:52:01 +02:00
parent 2f5381d7b2
commit 0341bdc398
1 changed files with 2 additions and 2 deletions

View File

@ -401,9 +401,9 @@ def expand_history_whois(api, domain):
for item in results['result']['items']: for item in results['result']['items']:
item_registrant = __select_registrant_item(item) item_registrant = __select_registrant_item(item)
r.extend( r.append(
{ {
'type': ['domain'], 'types': ['domain'],
'values': item['nameServers'], 'values': item['nameServers'],
'categories': ['Network activity'], 'categories': ['Network activity'],
'comment': 'Whois history Name Servers of %s ' 'comment': 'Whois history Name Servers of %s '