cleanup pref_challs help, use consistent naming, and simplify parsing

This commit is contained in:
Brad Warren
2016-08-29 12:41:55 -07:00
parent d4f81f825c
commit 1560fd4680
2 changed files with 19 additions and 36 deletions
+1 -1
View File
@@ -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