From 5b803c22c793f5c15976bec6210a485650790690 Mon Sep 17 00:00:00 2001 From: Sophist Date: Tue, 13 Jun 2017 14:11:53 +0100 Subject: [PATCH] Not sure how this crept in but here is a fix. --- recipes/private_eye.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/private_eye.recipe b/recipes/private_eye.recipe index 3913bea319..6f183db778 100644 --- a/recipes/private_eye.recipe +++ b/recipes/private_eye.recipe @@ -88,7 +88,7 @@ class PrivateEyeRecipe(BasicNewsRecipe): date = self.publication_date if url and url not in self.urls: self.urls.append(url) - self.info( + self.log.info( "Page added: %s: %s: %s (%s)" % (date, title, description, url) ) self.current_articles.append({