mirror of
https://github.com/certbot/certbot.git
synced 2026-03-25 03:44:17 -04:00
paren in wrong place
This commit is contained in:
parent
09a2326e8b
commit
2dd531b65d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def makechallenge(session):
|
|||
# is not an inherent protocol requirement!)
|
||||
names = r.lrange("%s:names" % session, 0, -1)
|
||||
log("new valid request from requesting client at %s" % r.hget(session, "client-addr"), session)
|
||||
log("for %d names: %s" % (len(names), ", ".join(names), session))
|
||||
log("for %d names: %s" % (len(names), ", ".join(names)), session)
|
||||
for i, name in enumerate(names):
|
||||
challenge = "%s:%d" % (session, i)
|
||||
r.hset(challenge, "challtime", int(time.time()))
|
||||
|
|
|
|||
Loading…
Reference in a new issue