mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 10:51:53 +02:00
Typo: too many self's
The extra self will push along the arguments, resulting in the accurate but not very helpful error message: "AttributeError: 'JWKRSA' object has no attribute 'kty'"
This commit is contained in:
@@ -500,7 +500,7 @@ class DNS(_TokenChallenge):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
return DNSResponse(validation=self.gen_validation(
|
return DNSResponse(validation=self.gen_validation(
|
||||||
self, account_key, **kwargs))
|
account_key, **kwargs))
|
||||||
|
|
||||||
def validation_domain_name(self, name):
|
def validation_domain_name(self, name):
|
||||||
"""Domain name for TXT validation record.
|
"""Domain name for TXT validation record.
|
||||||
|
|||||||
Reference in New Issue
Block a user