correct bugs

pull/197/head
Sebdraven 2018-06-22 15:12:10 +02:00
parent e9c18b3d5f
commit 8d03354399
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ def expand_threatlist(api, misperror,**kwargs):
r.append({'types': ['comment'],
'categories': ['Other'],
'values': [threat_list]
'values': threat_list
})
return r,status_ok