correct typo

pull/193/head
Sebdraven 2018-06-11 12:28:40 +02:00
parent e0631c9651
commit 43402fde26
1 changed files with 2 additions and 2 deletions

View File

@ -88,12 +88,12 @@ def handle_expansion(api, ip, misperrors):
result_filtered['results'].append({'types': ['domain'],
'values': list(set(domains_resolver)),
'categories': ['Network activity'],
'comments': ['resolver to %s' % ip]})
'comment': ['resolver to %s' % ip]})
result_filtered['results'].append({'types': ['domain'],
'values': list(set(domains_forward)),
'categories': ['Network activity'],
'comments': ['forward to %s' % ip]})
'comment': ['forward to %s' % ip]})
return result_filtered