mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 21:03:37 +02:00
Mark downloaded articles as read
This commit is contained in:
parent
2a2ae6bb14
commit
adf67292fb
1 changed files with 1 additions and 2 deletions
|
|
@ -110,8 +110,7 @@ def cleanup(self):
|
|||
# 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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue