From 60046f39c80a7e759634e45f3d4edad398538847 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 19 Apr 2015 10:16:10 +0200 Subject: Forgot the section of postmark_api_key conf variable. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 91b36b6e..9017b6bf 100644 --- a/conf.py +++ b/conf.py @@ -110,7 +110,7 @@ NOTIFICATION_TLS = config.getboolean('notification', 'tls') NOTIFICATION_SSL = config.getboolean('notification', 'ssl') NOTIFICATION_USERNAME = config.get('notification', 'username') NOTIFICATION_PASSWORD = config.get('notification', 'password') -POSTMARK_API_KEY = config.get('postmark_api_key', '') +POSTMARK_API_KEY = config.get('notification', 'postmark_api_key') WEBZINE_ROOT = config.get('webserver', 'webzine_root') -- cgit