From d1fe14742cfdcc4a2d7f36d9e5cef1114a828ffc Mon Sep 17 00:00:00 2001 From: DarkSir23 Date: Wed, 1 Nov 2017 13:28:03 -0400 Subject: [PATCH] OPDS Comics and Issues --- mylar/opds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/opds.py b/mylar/opds.py index 7a364ed1..bd9b126b 100644 --- a/mylar/opds.py +++ b/mylar/opds.py @@ -291,7 +291,7 @@ class OPDS(object): return links = [] entries=[] - comic = myDB.selectone('SELECT * from comics where ComicID=?', (kwargs['comicid'])) + comic = myDB.selectone('SELECT * from comics where ComicID=?', (kwargs['comicid'],)) if len(comic) == 0: self.data = _error_with_message('Comic Not Found') return