mirror of https://github.com/MISP/PyMISP
Merge branch 'master' of github.com:CIRCL/PyMISP
commit
469a97972f
|
@ -7,9 +7,6 @@ import argparse
|
|||
import json
|
||||
|
||||
|
||||
# Usage for pipe masters: ./last.py -l 5h | jq .
|
||||
|
||||
|
||||
def init(url, key):
|
||||
return PyMISP(url, key, True, 'json', True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue