From 40df1cf5747867af5c77244d41431eac19c5d356 Mon Sep 17 00:00:00 2001 From: barbequesauce Date: Mon, 9 Jul 2018 17:04:13 -0400 Subject: [PATCH] forgot a ' forgot a ' --- mylar/opds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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