Skip to content

Commit 81a2895

Browse files
committed
edit signature
1 parent 9173692 commit 81a2895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cloudshell/sandbox_rest/sandbox_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ def __init__(
3737
use_https=False,
3838
ssl_verify=False,
3939
proxies: dict = None,
40-
insecure_warning=False,
40+
show_insecure_warning=False,
4141
):
4242
""" Login to api and store headers for future requests """
43-
super().__init__(host, username, password, token, logger, port, use_https, ssl_verify, proxies, insecure_warning)
43+
super().__init__(host, username, password, token, logger, port, use_https, ssl_verify, proxies, show_insecure_warning)
4444
self._base_uri = "/api"
4545
self._v2_base_uri = f"{self._base_uri}/v2"
4646
self.domain = domain

0 commit comments

Comments
 (0)