Skip to content

Commit

Permalink
lint [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspiritomb committed Sep 29, 2024
1 parent 2b30694 commit d28f530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes_custom/tpwky.recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class TPWKY(WordPressNewsrackRecipe, BasicNewsRecipe):
p{font-size:1rem}
#article_source{font-size:0.8rem;}
'''

def populate_article_metadata(self, article, soup: BeautifulSoup, _):
if (not self.pub_date) or article.utctime > self.pub_date:
self.pub_date = article.utctime
Expand Down

0 comments on commit d28f530

Please sign in to comment.