fix for pullist error - not referenced

This commit is contained in:
evilhero 2012-09-24 22:43:58 -04:00
parent 502ed74295
commit 9a5e612e42
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ def pullit():
#set it to 'NA' and it'll be filtered out anyways.
if issue == "" or issue is None:
issue = 'NA'
comicend = comicend - 1
comicend = n - 1 #comicend = comicend - 1 (adjustment for nil)
#find comicname
comicnm = issname[1]
n = 2