mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
Add missing docstring
This commit is contained in:
@@ -176,6 +176,7 @@ class Authenticator(common.Plugin):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def supported_challenges(self):
|
def supported_challenges(self):
|
||||||
|
"""Challenges supported by this plugin."""
|
||||||
return set(challenges.Challenge.TYPES[name] for name in
|
return set(challenges.Challenge.TYPES[name] for name in
|
||||||
self.conf("supported-challenges").split(","))
|
self.conf("supported-challenges").split(","))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user