mirror of
https://github.com/evilhero/mylar
synced 2024-12-24 16:51:42 +00:00
Merge branch 'development' of https://github.com/cpoo22/mylar into cpoo22-development
This commit is contained in:
commit
d9b2d9f0a4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def findComic(name, mode, issue, limityear=None):
|
||||||
if not totalResults:
|
if not totalResults:
|
||||||
return False
|
return False
|
||||||
countResults = 0
|
countResults = 0
|
||||||
while (countResults < totalResults):
|
while (countResults < int(totalResults)):
|
||||||
#print ("querying " + str(countResults))
|
#print ("querying " + str(countResults))
|
||||||
if countResults > 0:
|
if countResults > 0:
|
||||||
#new api - have to change to page # instead of offset count
|
#new api - have to change to page # instead of offset count
|
||||||
|
|
Loading…
Reference in a new issue