Skip to content

Commit 2b89d9f

Browse files
authored
Change default value (#2733) (patch)
### Fixed - Unless otherwise specified, api requests are verified.
1 parent acffdc1 commit 2b89d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cg/io/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ class APIRequest:
8888

8989
@classmethod
9090
def api_request_from_content(
91-
cls, api_method: str, url: str, headers: dict, json: dict, verify: bool = False
91+
cls, api_method: str, url: str, headers: dict, json: dict, verify: bool = True
9292
) -> Response:
9393
return cls.api_request[api_method](url=url, headers=headers, json=json, verify=verify)

0 commit comments

Comments
 (0)