This commit is contained in:
unkn0w7n 2025-04-03 22:11:24 +05:30
parent 532b302f60
commit a0e86f271b
2 changed files with 0 additions and 4 deletions

View File

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

View File

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