diff --git a/namecheap.py b/namecheap.py index 05911ca..48df758 100644 --- a/namecheap.py +++ b/namecheap.py @@ -41,7 +41,7 @@ def __init__(self, ApiUser, ApiKey, UserName, ClientIP, self.ClientIP = ClientIP self.endpoint = ENDPOINTS['sandbox' if sandbox else 'production'] self.debug = debug - self.payload_limit = 10 # After hitting this lenght limit script will move payload from POST params to POST data + self.payload_limit = 10 # After hitting this length limit script will move payload from POST params to POST data self.attempts_count = attempts_count self.attempts_delay = attempts_delay