Skip to content

Commit 678ead9

Browse files
committed
missed setter
1 parent 61271b7 commit 678ead9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

umapi_client/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def __init__(self,
122122
self.retry_max_attempts = retry_max_attempts
123123
self.retry_first_delay = retry_first_delay
124124
self.retry_random_delay = retry_random_delay
125+
self.ssl_verify = ssl_verify
125126
self.timeout = float(timeout_seconds) if timeout_seconds and float(timeout_seconds) > 0.0 else None
126127
self.throttle_actions = max(int(throttle_actions), 1)
127128
self.throttle_commands = max(int(throttle_commands), 1)

0 commit comments

Comments
 (0)