mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
remove typo
This commit is contained in:
parent
8e1aa9b70f
commit
03379489c6
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ while True:
|
|||
else: session = r.rpop("pending-testchallenge")
|
||||
if session:
|
||||
testchallenge(session)
|
||||
else: session = r.rpop("pending-issue"):
|
||||
else: session = r.rpop("pending-issue")
|
||||
if session:
|
||||
issue(session)
|
||||
else: time.sleep(2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue