mirror of https://github.com/MISP/PyMISP
Remove unused line
parent
98610fbafc
commit
f3cb8c89a6
|
@ -27,8 +27,6 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
misp = init(misp_url, misp_key)
|
misp = init(misp_url, misp_key)
|
||||||
|
|
||||||
event = misp.get_event(args.event)
|
|
||||||
|
|
||||||
if args.event and not args.attribute:
|
if args.event and not args.attribute:
|
||||||
result = misp.search(eventid=args.event)
|
result = misp.search(eventid=args.event)
|
||||||
data = result['response']
|
data = result['response']
|
||||||
|
|
Loading…
Reference in New Issue