1
0
Fork 0
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:
barbequesauce 2018-07-09 17:04:13 -04:00 committed by evilhero
parent 23de104392
commit 40df1cf574

View file

@ -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