update python samples

This commit is contained in:
William Cheng
2020-07-03 18:51:31 +08:00
parent f15acbc700
commit 61789475ea
6 changed files with 6 additions and 6 deletions

View File

@@ -188,7 +188,7 @@ class Configuration(object):
self.retries = None
"""Adding retries to override urllib3 default value 3
"""
# Disable client side validation
# Enable client side validation
self.client_side_validation = True
def __deepcopy__(self, memo):