From 860b4d8ea8ac7dab90809dcc5fb06ae77461ffdf Mon Sep 17 00:00:00 2001 From: evilhero Date: Fri, 21 Nov 2014 12:18:46 -0500 Subject: [PATCH] FIX: stupid typo on weeklypull module. --- mylar/weeklypull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/weeklypull.py b/mylar/weeklypull.py index 2a9cf89f..10924348 100755 --- a/mylar/weeklypull.py +++ b/mylar/weeklypull.py @@ -169,7 +169,7 @@ def pullit(forcecheck=None): shipdaterep = shipdate.replace('-', '') pulldate = re.sub('-', '', str(pulldate)) logger.fdebug("shipdate: " + str(shipdaterep)) - logger.febug("today: " + str(pulldate)) + logger.fdebug("today: " + str(pulldate)) if pulldate == shipdaterep: logger.info(u"No new pull-list available - will re-check again in 24 hours.") pullitcheck()