mirror of https://github.com/MISP/misp-modules
add logs
parent
9195887f98
commit
153d8bd340
|
@ -22,6 +22,7 @@ moduleconfig = ['apikey']
|
||||||
|
|
||||||
|
|
||||||
def handler(q=False):
|
def handler(q=False):
|
||||||
|
print(q)
|
||||||
if q:
|
if q:
|
||||||
|
|
||||||
request = json.loads(q)
|
request = json.loads(q)
|
||||||
|
|
Loading…
Reference in New Issue