mirror of https://github.com/evilhero/mylar
parent
ed6f6e93a9
commit
6a27da1cee
|
@ -70,7 +70,7 @@ def findComic(name, mode, issue, limityear=None):
|
|||
if not totalResults:
|
||||
return False
|
||||
countResults = 0
|
||||
while (countResults < totalResults):
|
||||
while (countResults < int(totalResults)):
|
||||
#print ("querying " + str(countResults))
|
||||
if countResults > 0:
|
||||
#new api - have to change to page # instead of offset count
|
||||
|
|
Loading…
Reference in New Issue