mirror of
https://github.com/certbot/certbot.git
synced 2026-03-24 19:35:29 -04:00
fix typo on format string
This commit is contained in:
parent
41b59fbc91
commit
f212aa207c
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ def testchallenge(session):
|
|||
# response to an empty list of challenges (even though
|
||||
# the daemon that put this session on the queue should
|
||||
# also have implicitly guaranteed this).
|
||||
if debug: print "\t** All challenges satisfied; request %s GRANTED", short(session)
|
||||
if debug: print "\t** All challenges satisfied; request %s GRANTED" % short(session)
|
||||
r.hset(session, "state", "issue")
|
||||
r.lpush("pending-issue", session)
|
||||
r.publish("requests", "issue")
|
||||
|
|
|
|||
Loading…
Reference in a new issue