Merge branch 'master' of github.com:CIRCL/PyMISP

pull/21/head
Raphaël Vinot 2016-06-15 09:49:31 +09:00
commit 469a97972f
1 changed files with 0 additions and 3 deletions

View File

@ -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)