Update notifications.py

pull/429/head
Chris Hutchison 6 years ago committed by GitHub
parent f28f77e747
commit 0ff7703b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@ class SMTP(object):
rv.write("\n")
# uri = self.general_host + "/id/%i" % comment["id"]
name = isso.conf.get("general", "name")
name = self.conf.get("general", "name")
uri = os.environ['ISSO_DOMAIN'] + "/" + name
key = self.isso.sign(comment["id"])

Loading…
Cancel
Save