This commit is contained in:
Kovid Goyal 2017-06-13 19:23:55 +05:30
commit 2dcdd2bff6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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({