correct type of comments

pull/193/head
Sebdraven 2018-06-11 12:29:51 +02:00
parent 43402fde26
commit f6b8655f64
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'],
'comment': ['resolver to %s' % ip]})
'comment': 'resolver to %s' % ip })
result_filtered['results'].append({'types': ['domain'],
'values': list(set(domains_forward)),
'categories': ['Network activity'],
'comment': ['forward to %s' % ip]})
'comment': 'forward to %s' % ip})
return result_filtered