1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-24 16:51:42 +00:00

OPDS Comics and Issues

This commit is contained in:
DarkSir23 2017-11-01 13:28:03 -04:00 committed by evilhero
parent 2318b6d5e0
commit d1fe14742c

View file

@ -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