mirror of https://github.com/MISP/misp-modules
parent
cb008124c3
commit
7e1bf41d47
|
@ -82,6 +82,7 @@ def handler(q=False):
|
|||
|
||||
if yeti_client:
|
||||
obs = yeti_client.search(obs_value)
|
||||
print(obs)
|
||||
values = []
|
||||
types = []
|
||||
to_push = {"results": []}
|
||||
|
|
Loading…
Reference in New Issue