mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
quick fix proceed_msg send
This commit is contained in:
parent
3cb9b39590
commit
03d9bf5093
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ def authenticate():
|
|||
proceed_msg.proceed.timestamp = int(time.time())
|
||||
proceed_msg.proceed.polldelay = 60
|
||||
# Send the proceed message
|
||||
r = decode(do(upstream, proceed_msg))
|
||||
r = decode(do(upstream, k))
|
||||
|
||||
while r.proceed.IsInitialized() or r.challenge:
|
||||
if r.proceed.IsInitialized():
|
||||
|
|
|
|||
Loading…
Reference in a new issue