mirror of
https://github.com/evilhero/mylar
synced 2025-01-20 13:49:02 +00:00
forgot a '
forgot a '
This commit is contained in:
parent
23de104392
commit
40df1cf574
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class OPDS(object):
|
|||
try:
|
||||
readinglist.Readinglist(IssueID=self.issue_id).markasRead()
|
||||
except:
|
||||
logger.fdebug('No reading list found to update.)
|
||||
logger.fdebug('No reading list found to update.')
|
||||
return serve_download(path=self.file, name=self.filename)
|
||||
if isinstance(self.data, basestring):
|
||||
return self.data
|
||||
|
|
Loading…
Reference in a new issue