FIX: if an issue was a brand new series and had 0 issues because the online db's hadn't populate any data yet, it would error out

This commit is contained in:
evilhero 2013-02-18 13:50:26 -05:00
parent 474048b7e8
commit 2bad8c678e
1 changed files with 94 additions and 94 deletions

View File

@ -242,7 +242,7 @@ def addComictoDB(comicid,mismatch=None,pullupd=None,imported=None,ogcname=None):
#fccnt = int(fc['comiccount'])
#logger.info(u"Found " + str(fccnt) + "/" + str(iscnt) + " issues of " + comic['ComicName'] + "...verifying")
#fcnew = []
if iscnt > 0: #if a series is brand new, it wont have any issues/details yet so skip this part
while (n <= iscnt):
#---NEW.code
try: