mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Merge pull request #2378 from TheNavigat/getauthorizationsdomain
Fixing parameter type for get_authorizations domains parameter
This commit is contained in:
@@ -57,7 +57,7 @@ class AuthHandler(object):
|
||||
def get_authorizations(self, domains, best_effort=False):
|
||||
"""Retrieve all authorizations for challenges.
|
||||
|
||||
:param set domains: Domains for authorization
|
||||
:param list domains: Domains for authorization
|
||||
:param bool best_effort: Whether or not all authorizations are
|
||||
required (this is useful in renewal)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user