mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
paren in wrong place
This commit is contained in:
@@ -38,7 +38,7 @@ def makechallenge(session):
|
|||||||
# is not an inherent protocol requirement!)
|
# is not an inherent protocol requirement!)
|
||||||
names = r.lrange("%s:names" % session, 0, -1)
|
names = r.lrange("%s:names" % session, 0, -1)
|
||||||
log("new valid request from requesting client at %s" % r.hget(session, "client-addr"), session)
|
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):
|
for i, name in enumerate(names):
|
||||||
challenge = "%s:%d" % (session, i)
|
challenge = "%s:%d" % (session, i)
|
||||||
r.hset(challenge, "challtime", int(time.time()))
|
r.hset(challenge, "challtime", int(time.time()))
|
||||||
|
|||||||
Reference in New Issue
Block a user