chg: [REST] Updated to ExpandedPyMISP

pull/5400/head
Steve Clement 2019-11-15 10:13:49 +09:00
parent 4bb4d52a5c
commit 35c739980e
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 2 additions and 2 deletions

View File

@ -1941,9 +1941,9 @@ misp_verifycert = %s
relative_path = \'%s\'
body = %s
from pymisp import PyMISP
from pymisp import ExpandedPyMISP
misp = PyMISP(misp_url, misp_key, misp_verifycert)
misp = ExpandedPyMISP(misp_url, misp_key, misp_verifycert)
misp.direct_call(relative_path, body)
',
$baseurl,