We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960f2d7 commit 4423e47Copy full SHA for 4423e47
superannotate/api.py
@@ -74,6 +74,8 @@ def init(self, config_location=None):
74
if "main_endpoint" in self._api_config:
75
self._main_endpoint = self._api_config["main_endpoint"]
76
self._verify = True
77
+ if "ssl_verify" in self._api_config:
78
+ self._verify = self._api_config["ssl_verify"]
79
self._session = None
80
self._authenticated = True
81
response = self.send_request(
0 commit comments