mirror of https://github.com/MISP/misp-modules
add return handle domains
parent
87b07b89b5
commit
785aac3e6b
|
@ -81,7 +81,8 @@ def handle_domain(api, domain, misperrors):
|
|||
else:
|
||||
misperrors['error'] = 'Error threat list'
|
||||
return misperrors
|
||||
pass
|
||||
|
||||
return result_filtered
|
||||
|
||||
|
||||
def handle_ip(api, ip, misperrors):
|
||||
|
|
Loading…
Reference in New Issue