diff --git a/mylar/opds.py b/mylar/opds.py index f925fddf..bf9538e6 100644 --- a/mylar/opds.py +++ b/mylar/opds.py @@ -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