mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
rename it
This commit is contained in:
parent
9e7a98f4cd
commit
e9d21602a7
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class Authenticator(Plugin):
|
|||
"""
|
||||
|
||||
@abstractmethod
|
||||
def get_chall_pref(self, domain: str) -> Iterable[type[Challenge]]:
|
||||
def get_chall_pref(self, identifier_value: str) -> Iterable[type[Challenge]]:
|
||||
"""Return `collections.Iterable` of challenge preferences.
|
||||
|
||||
:param str domain: Domain for which challenge preferences are sought.
|
||||
|
|
|
|||
Loading…
Reference in a new issue