From fa637f5cc8d122c0397efacb329aeadf40ca060c Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Tue, 30 May 2017 12:21:40 +0200 Subject: [PATCH] debug print removed --- mail_to_misp_config.py-example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail_to_misp_config.py-example b/mail_to_misp_config.py-example index b55b78a..4048bcd 100644 --- a/mail_to_misp_config.py-example +++ b/mail_to_misp_config.py-example @@ -1,5 +1,6 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- -print ("hello") misp_url = 'YOUR_MISP_URL' misp_key = 'YOUR_KEY_HERE' # The MISP auth key can be found on the MISP web interface under the automation section misp_verifycert = True