mirror of https://github.com/MISP/misp-modules
parent
619d648084
commit
b29b3ded28
|
@ -34,3 +34,8 @@ def handler(q=False):
|
|||
return False
|
||||
request = json.loads(q)
|
||||
attribute = request['attribute']
|
||||
|
||||
|
||||
def version():
|
||||
moduleinfo['config'] = moduleconfig
|
||||
return moduleinfo
|
Loading…
Reference in New Issue