Skip to content

Commit

Permalink
bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
isanvicente committed Aug 16, 2021
1 parent 06187d1 commit 364a7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/elh/eus/MSM/FeedReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,8 @@ private void getRssFeed (Feed f, String store){
}
else
{
processFullArticle(doc,lang, pubDate, link, f.getSrcId(), store);
//parseArticleForKeywords(doc,lang, pubDate, link, f.getSrcId(), store);
//processFullArticle(doc,lang, pubDate, link, f.getSrcId(), store);
parseArticleForKeywords(doc,lang, pubDate, link, f.getSrcId(), store);
}
}
}
Expand Down

0 comments on commit 364a7bb

Please sign in to comment.