mirror of
https://github.com/certbot/certbot.git
synced 2026-07-24 23:03:42 +02:00
fix typo
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ def makechallenge(session):
|
||||
# is not an inherent protocol requirement!)
|
||||
names = r.lrange("%s:names" % session, 0, -1)
|
||||
if debug: print "%s: new session (request complies with policy)" % session
|
||||
if debug: print "%s: from requesting client at %s" % r.hget(session, "client-addr")
|
||||
if debug: print "%s: from requesting client at %s" % (session, r.hget(session, "client-addr"))
|
||||
if debug: print "%s: for %d names: %s" % (session, len(names), ",".join(names))
|
||||
for i, name in enumerate(names):
|
||||
challenge = "%s:%d" % (session, i)
|
||||
|
||||
Reference in New Issue
Block a user