mirror of https://github.com/evilhero/mylar
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:
parent
474048b7e8
commit
2bad8c678e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue