change type

pull/208/head
Sebdraven 2018-07-10 16:55:13 +02:00
parent 9e6162a434
commit f2333a4978
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ def expand_history_ipv4(api, domain):
if 'values' in record:
for item in record['values']:
r.append(
{'type': ['domain|ip'],
{'types': ['domain|ip'],
'values': ['%s|%s' % (domain, item['ip'])],
'categories': ['Network activity'],
'comment': 'last seen: %s first seen: %s' %