Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script Issue #1

Open
cipherlock opened this issue Aug 24, 2022 · 0 comments
Open

Script Issue #1

cipherlock opened this issue Aug 24, 2022 · 0 comments

Comments

@cipherlock
Copy link

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')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant