Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit ac5d083

Browse files
author
Samuel Hassine
committed
[client] Default proxy should be None
1 parent c5ba248 commit ac5d083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/api/opencti_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__(
100100
token,
101101
log_level="info",
102102
ssl_verify=False,
103-
proxies={},
103+
proxies=None,
104104
json_logging=False,
105105
):
106106
"""Constructor method"""

0 commit comments

Comments
 (0)