Skip to content

Commit 8c8716a

Browse files
committed
using the ssl_verify variable
1 parent 9a86a73 commit 8c8716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/infrastructure/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ def __init__(self, token: str, host: str, ssl_verify: bool, version: str):
761761
self._user_id = None
762762
self._reporter = None
763763

764-
http_client = HttpClient(api_url=host, token=token)
764+
http_client = HttpClient(api_url=host, token=token, verify_ssl=ssl_verify)
765765

766766
self.service_provider = ServiceProvider(http_client)
767767
self._team = self.get_team().data

0 commit comments

Comments
 (0)