mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Update certbot/certbot/plugins/dns_common_lexicon.py
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
93e25880f6
commit
e8516637e0
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ def build_lexicon_config(lexicon_provider_name: str,
|
|||
:rtype: ConfigurationResolver or dict
|
||||
|
||||
.. deprecated:: 2.7.0
|
||||
Please use certbot.dns_common_lexicon.LexiconDNSAuthenticator instead.
|
||||
Please use certbot.plugins.dns_common_lexicon.LexiconDNSAuthenticator instead.
|
||||
"""
|
||||
config: Union[ConfigResolver, Dict[str, Any]] = {'provider_name': lexicon_provider_name}
|
||||
config.update(lexicon_options)
|
||||
|
|
|
|||
Loading…
Reference in a new issue