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:
parent
4c8935804c
commit
860b4d8ea8
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue