From 2833c248c370392ab0b5d4baec1b683557a69eee Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 14 Oct 2020 22:45:42 +0800 Subject: [PATCH] Correct a typo in namecheap.py --- namecheap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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