From ca8b7a80950703f3e325761283f4ab6dd7d8f034 Mon Sep 17 00:00:00 2001 From: evilhero Date: Tue, 12 Jul 2016 01:46:12 -0400 Subject: [PATCH] FIX: forgot proper variable name --- mylar/weeklypull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/weeklypull.py b/mylar/weeklypull.py index b9e3a698..9806b7b5 100755 --- a/mylar/weeklypull.py +++ b/mylar/weeklypull.py @@ -423,7 +423,7 @@ def pullit(forcecheck=None): newtxtfile.close() - if pulldate == '00000000' and ALT_PULL != 2: + if pulldate == '00000000' and mylar.ALT_PULL != 2: pulldate = shipdate weektmp = datetime.date(*(int(s) for s in pulldate.split('-')))