mirror of
https://github.com/evilhero/mylar
synced 2025-02-02 04:21:43 +00:00
FIX: forgot proper variable name
This commit is contained in:
parent
4c192e3c67
commit
ca8b7a8095
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ def pullit(forcecheck=None):
|
||||||
|
|
||||||
newtxtfile.close()
|
newtxtfile.close()
|
||||||
|
|
||||||
if pulldate == '00000000' and ALT_PULL != 2:
|
if pulldate == '00000000' and mylar.ALT_PULL != 2:
|
||||||
pulldate = shipdate
|
pulldate = shipdate
|
||||||
|
|
||||||
weektmp = datetime.date(*(int(s) for s in pulldate.split('-')))
|
weektmp = datetime.date(*(int(s) for s in pulldate.split('-')))
|
||||||
|
|
Loading…
Reference in a new issue