From 85a67a60e67bbf0a46304ab203726f51f98e3f8f Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 17 Feb 2021 14:58:54 -0500 Subject: [PATCH] re-added brackets --- examples/keys.py.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/keys.py.sample b/examples/keys.py.sample index 9a81d75..36fa465 100644 --- a/examples/keys.py.sample +++ b/examples/keys.py.sample @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -misp_url = 'https:// your MISP URL /' +misp_url = 'https:///' misp_key = 'Your MISP auth key' # The MISP auth key can be found on the MISP web interface under the automation section misp_verifycert = True misp_client_cert = ''