From 7febe6fa9b1c81105fe3f81677233182ff2712ac Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 18 Aug 2014 18:12:34 +0200 Subject: Configuration variables has been updated. --- pyaggr3g470r/crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/crawler.py') diff --git a/pyaggr3g470r/crawler.py b/pyaggr3g470r/crawler.py index 59d357b4..d65d03bd 100644 --- a/pyaggr3g470r/crawler.py +++ b/pyaggr3g470r/crawler.py @@ -112,7 +112,7 @@ class FeedGetter(object): self.index(new_articles) # 5 - Mail notification - if not conf.ON_HEROKU and conf.MAIL_ENABLED: + if not conf.ON_HEROKU and conf.NOTIFICATION_ENABLED: self.mail_notification(new_articles) logger.info("All articles retrieved. End of the processus.") -- cgit