Skip to content

Commit

Permalink
Merge pull request MISP#106 from deralexxx/patch-3
Browse files Browse the repository at this point in the history
use misp_verifycert
  • Loading branch information
Rafiot authored Jun 19, 2017
2 parents e8caa6a + 26c12ea commit 5130591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/del.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# -*- coding: utf-8 -*-

from pymisp import PyMISP
from keys import misp_url, misp_key
from keys import misp_url, misp_key,misp_verifycert
import argparse


# Usage for pipe masters: ./last.py -l 5h | jq .


def init(url, key):
return PyMISP(url, key, True, 'json', debug=True)
return PyMISP(url, key, misp_verifycert, 'json', debug=True)


def del_event(m, eventid):
Expand Down

0 comments on commit 5130591

Please sign in to comment.