From a0e86f271b6473edbfce0b913441e05468ab4844 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Thu, 3 Apr 2025 22:11:24 +0530 Subject: [PATCH] ... --- recipes/economist.recipe | 2 -- recipes/economist_free.recipe | 2 -- 2 files changed, 4 deletions(-) diff --git a/recipes/economist.recipe b/recipes/economist.recipe index 459ab33c48..542dc170cb 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.recipe @@ -276,8 +276,6 @@ class Economist(BasicNewsRecipe): d = self.recipe_specific_options.get('de') if d and isinstance(d, str): if d.lower().strip() == 'yes': - self.from_archive = False - elif d.lower().strip() == 'yes': self.from_archive = True needs_subscription = False diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index 459ab33c48..542dc170cb 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -276,8 +276,6 @@ class Economist(BasicNewsRecipe): d = self.recipe_specific_options.get('de') if d and isinstance(d, str): if d.lower().strip() == 'yes': - self.from_archive = False - elif d.lower().strip() == 'yes': self.from_archive = True needs_subscription = False