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
1 changed files with 1 additions and 1 deletions

View File

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