mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
use path param
This commit is contained in:
parent
ce13ead0cd
commit
32f628d3d2
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ class AuthHandler(object):
|
|||
dv_chall = []
|
||||
client_chall = []
|
||||
|
||||
for index in self.paths[domain]:
|
||||
for index in path:
|
||||
chall = challenges[index]
|
||||
|
||||
# Authenticator Challenges
|
||||
|
|
|
|||
Loading…
Reference in a new issue