Update notifications.py
This commit is contained in:
parent
0ff7703b6d
commit
0cf9930237
@ -116,7 +116,7 @@ class SMTP(object):
|
|||||||
rv.write("\n")
|
rv.write("\n")
|
||||||
|
|
||||||
# uri = self.general_host + "/id/%i" % comment["id"]
|
# uri = self.general_host + "/id/%i" % comment["id"]
|
||||||
name = self.conf.get("general", "name")
|
name = self.isso.conf.get("general", "name")
|
||||||
uri = os.environ['ISSO_DOMAIN'] + "/" + name
|
uri = os.environ['ISSO_DOMAIN'] + "/" + name
|
||||||
|
|
||||||
key = self.isso.sign(comment["id"])
|
key = self.isso.sign(comment["id"])
|
||||||
|
Loading…
Reference in New Issue
Block a user