-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Receive the following error when trying to run the script from the command-line. If I remove the debug=False from line 106 I am able to successfully run the script:
Error
Traceback (most recent call last):
File "py_btc.py", line 223, in
m = init(misp_url, misp_key)
File "py_btc.py", line 106, in init
return PyMISP(misp_url, misp_key, misp_verifycert, 'json', debug=False)
TypeError: init() got multiple values for argument 'debug'
Line 106 Modification
return PyMISP(misp_url, misp_key, misp_verifycert, 'json')
Metadata
Metadata
Assignees
Labels
No labels