mirror of
https://github.com/evilhero/mylar
synced 2024-12-24 00:32:47 +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
|
return
|
||||||
links = []
|
links = []
|
||||||
entries=[]
|
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:
|
if len(comic) == 0:
|
||||||
self.data = _error_with_message('Comic Not Found')
|
self.data = _error_with_message('Comic Not Found')
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue