mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
repeat of unicode/str incompatibility problem
This commit is contained in:
@@ -422,7 +422,7 @@ class session(object):
|
||||
chall.name = "payment"
|
||||
chall.succeeded = False
|
||||
# In payment, we send address of form to complete this payment
|
||||
chall.data.append("%s/%s" % (payment_uri, self.id))
|
||||
chall.data.append(str("%s/%s" % (payment_uri, self.id)))
|
||||
|
||||
def POST(self):
|
||||
web.header("Content-type", "application/x-protobuf+chocolate")
|
||||
|
||||
Reference in New Issue
Block a user