Tweak publication date to match cover date.

This commit is contained in:
Sophist 2017-06-11 12:06:01 +01:00 committed by GitHub
parent 24bb216667
commit b78aac51ca

View File

@ -141,7 +141,7 @@ class PrivateEyeRecipe(BasicNewsRecipe):
" ".join((day, month, year)), " ".join((day, month, year)),
"%d %B %Y" "%d %B %Y"
) )
date = date - timedelta(14) date = date - timedelta(12)
self.publication_date = datetime.strftime( self.publication_date = datetime.strftime(
date, date,
"%d %B %Y" "%d %B %Y"