mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
this is a boolean value, not a string
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user