Skip to content

Commit

Permalink
Merge pull request #4 from codeplaysoftware/research-filters-tag-tweak
Browse files Browse the repository at this point in the history
Research Papers Tags Tweak
  • Loading branch information
scottstraughan authored Jul 11, 2024
2 parents b99d13a + f5536f3 commit de877fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feeds/ResearchPaperFeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _generate_filters(
self,
feed_items: [JsonFeedItem]
) -> Filters:
filters = Filters(1)
filters = Filters(2)

for feed_item in feed_items:
if feed_item.has_value('tags'):
Expand Down

0 comments on commit de877fb

Please sign in to comment.