mirror of
https://github.com/evilhero/mylar
synced 2025-02-02 12:31:44 +00:00
fix for pullist error - not referenced
This commit is contained in:
parent
502ed74295
commit
9a5e612e42
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ def pullit():
|
||||||
#set it to 'NA' and it'll be filtered out anyways.
|
#set it to 'NA' and it'll be filtered out anyways.
|
||||||
if issue == "" or issue is None:
|
if issue == "" or issue is None:
|
||||||
issue = 'NA'
|
issue = 'NA'
|
||||||
comicend = comicend - 1
|
comicend = n - 1 #comicend = comicend - 1 (adjustment for nil)
|
||||||
#find comicname
|
#find comicname
|
||||||
comicnm = issname[1]
|
comicnm = issname[1]
|
||||||
n = 2
|
n = 2
|
||||||
|
|
Loading…
Reference in a new issue