mirror of https://github.com/MISP/mail_to_misp
debug print removed
parent
3e825aa41f
commit
fa637f5cc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue