1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-01 20:11:31 +00:00

FIX: forgot proper variable name

This commit is contained in:
evilhero 2016-07-12 01:46:12 -04:00
parent 4c192e3c67
commit ca8b7a8095

View file

@ -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('-')))