1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-09 21:33:42 +00:00

FIX: stupid typo on weeklypull module.

This commit is contained in:
evilhero 2014-11-21 12:18:46 -05:00
parent 4c8935804c
commit 860b4d8ea8

View file

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