fix: Variable name was wrong

fixes #6
pull/7/head
Hannah Ward 2017-05-22 16:45:06 +01:00
parent 84d1693261
commit 783a1e9936
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ else:
MISP = pymisp.PyMISP(
CONFIG["misp"]["url"],
CONFIG["misp"]["api"],
ssl = config["misp"].get("verifySSL", True)
ssl = CONFIG["misp"].get("verifySSL", True)
)
def post_stix(manager, content_block, collection_ids, service_id):