From 0cf9930237d6beaff2ae5384ca1ae3f50ad59ef8 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 21 Apr 2018 08:40:29 -0400 Subject: [PATCH] Update notifications.py --- isso/ext/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"])