Skip to content

Script Issue #1

@cipherlock

Description

@cipherlock

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions