Fix dnsimple typo (#9787)

Fixes https://github.com/certbot/certbot/issues/9786.
This commit is contained in:
Brad Warren
2023-10-05 13:15:30 -07:00
committed by GitHub
parent 44046c70c3
commit 4e60a0d03a
2 changed files with 3 additions and 2 deletions
@@ -39,7 +39,7 @@ class Authenticator(dns_common_lexicon.LexiconDNSAuthenticator):
@property
def _provider_name(self) -> str:
return 'dnssimple'
return 'dnsimple'
def _handle_http_error(self, e: HTTPError, domain_name: str) -> errors.PluginError:
hint = None