You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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')
The text was updated successfully, but these errors were encountered: