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