diff --git a/isso/ext/notifications.py b/isso/ext/notifications.py index 79cf5d9..1f98002 100644 --- a/isso/ext/notifications.py +++ b/isso/ext/notifications.py @@ -116,7 +116,7 @@ class SMTP(object): rv.write("\n") # 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 key = self.isso.sign(comment["id"])