mirror of
https://github.com/evilhero/mylar
synced 2024-12-24 16:51:42 +00:00
parent
ed6f6e93a9
commit
6a27da1cee
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