mirror of https://github.com/MISP/PyMISP
Comment removed
parent
234de2f4d1
commit
0cc5d9c982
|
@ -7,9 +7,6 @@ import argparse
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
# Usage for pipe masters: ./last.py -l 5h | jq .
|
|
||||||
|
|
||||||
|
|
||||||
def init(url, key):
|
def init(url, key):
|
||||||
return PyMISP(url, key, True, 'json', True)
|
return PyMISP(url, key, True, 'json', True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue