mirror of https://github.com/MISP/misp-modules
parent
10e9b6db12
commit
619d648084
|
@ -1,7 +1,5 @@
|
|||
import json
|
||||
|
||||
import json
|
||||
|
||||
try:
|
||||
import pyeti
|
||||
except ImportError:
|
||||
|
@ -30,7 +28,7 @@ class Yeti:
|
|||
if obs:
|
||||
return obs
|
||||
|
||||
def
|
||||
|
||||
def handler(q=False):
|
||||
if q is False:
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue