Skip to content

Commit c7c64f6

Browse files
committed
updating error checking
1 parent 4844bb2 commit c7c64f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

defectdojo_api/defectdojo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, host, api_key, user, api_version='v1', verify_ssl=True, timeo
1818
:param api_version: API version to call, the default is v1.
1919
:param verify_ssl: Specify if API requests will verify the host's SSL certificate, defaults to true.
2020
:param timeout: HTTP timeout in seconds, default is 30.
21-
:param proxis: Proxy for API requests.
21+
:param proxies: Proxy for API requests.
2222
:param user_agent: HTTP user agent string, default is "DefectDojo_api/[version]".
2323
:param cert: You can also specify a local cert to use as client side certificate, as a single file (containing
2424
the private key and the certificate) or as a tuple of both file's path

0 commit comments

Comments
 (0)