pull/460/merge
Craig P Hicks 6 years ago committed by GitHub
commit 1c23a52ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,7 +115,7 @@ class SMTP(object):
(local("origin") + thread["uri"] + "#isso-%i" % comment["id"]))
rv.write("\n")
uri = self.general_host + "/id/%i" % comment["id"]
uri = local.host + "/id/%i" % comment["id"]
key = self.isso.sign(comment["id"])
rv.write("---\n")

Loading…
Cancel
Save