diff --git a/recipes/readitlater.recipe b/recipes/readitlater.recipe index 5e425b8b5f..50c0cc27eb 100644 --- a/recipes/readitlater.recipe +++ b/recipes/readitlater.recipe @@ -110,8 +110,7 @@ class Readitlater(BasicNewsRecipe): # From a list of urls, create a human-readable JSON string # suitable for passing to the ReadItLater SEND::READ method. - #self.markAsRead(self.createMarkList(self.articles)) - return + self.markAsRead(self.createMarkList(self.articles)) def createMarkList(self, articles): urls = []