mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
cleanup pref_challs help, use consistent naming, and simplify parsing
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ class Client(object):
|
||||
|
||||
if auth is not None:
|
||||
self.auth_handler = auth_handler.AuthHandler(
|
||||
auth, self.acme, self.account, self.config.pref_chall)
|
||||
auth, self.acme, self.account, self.config.pref_challs)
|
||||
else:
|
||||
self.auth_handler = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user