From 9a5e612e42ea706f4c28c53d7d54c9acc496a3cd Mon Sep 17 00:00:00 2001 From: evilhero Date: Mon, 24 Sep 2012 22:43:58 -0400 Subject: [PATCH] fix for pullist error - not referenced --- mylar/weeklypull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/weeklypull.py b/mylar/weeklypull.py index 2477a337..6ec13130 100755 --- a/mylar/weeklypull.py +++ b/mylar/weeklypull.py @@ -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