1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-25 01:01:47 +00:00

Merge branch 'development' of https://github.com/cpoo22/mylar into cpoo22-development

This commit is contained in:
evilhero 2013-04-03 10:55:09 -04:00
commit d9b2d9f0a4

View file

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