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 61271b7 commit 678ead9Copy full SHA for 678ead9
umapi_client/connection.py
@@ -122,6 +122,7 @@ def __init__(self,
122
self.retry_max_attempts = retry_max_attempts
123
self.retry_first_delay = retry_first_delay
124
self.retry_random_delay = retry_random_delay
125
+ self.ssl_verify = ssl_verify
126
self.timeout = float(timeout_seconds) if timeout_seconds and float(timeout_seconds) > 0.0 else None
127
self.throttle_actions = max(int(throttle_actions), 1)
128
self.throttle_commands = max(int(throttle_commands), 1)
0 commit comments