From b78aac51ca9dde9539cdddc98454a5234b083eba Mon Sep 17 00:00:00 2001 From: Sophist Date: Sun, 11 Jun 2017 12:06:01 +0100 Subject: [PATCH] Tweak publication date to match cover date. --- 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 a0182deab6..bc3c224e7e 100644 --- a/recipes/private_eye.recipe +++ b/recipes/private_eye.recipe @@ -141,7 +141,7 @@ class PrivateEyeRecipe(BasicNewsRecipe): " ".join((day, month, year)), "%d %B %Y" ) - date = date - timedelta(14) + date = date - timedelta(12) self.publication_date = datetime.strftime( date, "%d %B %Y"