mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
this is a boolean value, not a string
This commit is contained in:
parent
f759e26e58
commit
466ff0e525
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ class session(object):
|
|||
chall = r.challenge.add()
|
||||
chall.type = r.Payment
|
||||
chall.name = "payment"
|
||||
chall.succeeded = "False"
|
||||
chall.succeeded = False
|
||||
# In payment, we send address of form to complete this payment
|
||||
chall.data.append("%s/%s" % (payment_uri, self.id))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue