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 2c9550f commit 7f81512Copy full SHA for 7f81512
stackdio/client/__init__.py
@@ -74,7 +74,7 @@ def _get_server_version_info(version_str):
74
class StackdioClient(BlueprintMixin, FormulaMixin, AccountMixin, ImageMixin,
75
RegionMixin, StackMixin, SettingsMixin, HttpMixin):
76
77
- def __init__(self, url=None, username=None, password=None, verify=True, cfg_file=None):
+ def __init__(self, url=None, username=None, password=None, verify=None, cfg_file=None):
78
self.config = StackdioConfig(cfg_file)
79
80
self._password = self.config.get_password()
0 commit comments