mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 16:22:45 +00:00
OPDS Comics and Issues
This commit is contained in:
parent
2318b6d5e0
commit
d1fe14742c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue