mirror of https://github.com/MISP/misp-modules
Debug removed
parent
e1d36a8a7d
commit
43e6273172
|
@ -28,7 +28,6 @@ def handler(q=False):
|
|||
return misperrors
|
||||
enc_data = data.decode('ascii')
|
||||
r = {'results': [{'types': mispattributes['output'], 'values': tocache, 'data': enc_data}]}
|
||||
print (r)
|
||||
return r
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue