mirror of
https://github.com/evilhero/mylar
synced 2025-03-10 05:52:48 +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('-', '')
|
shipdaterep = shipdate.replace('-', '')
|
||||||
pulldate = re.sub('-', '', str(pulldate))
|
pulldate = re.sub('-', '', str(pulldate))
|
||||||
logger.fdebug("shipdate: " + str(shipdaterep))
|
logger.fdebug("shipdate: " + str(shipdaterep))
|
||||||
logger.febug("today: " + str(pulldate))
|
logger.fdebug("today: " + str(pulldate))
|
||||||
if pulldate == shipdaterep:
|
if pulldate == shipdaterep:
|
||||||
logger.info(u"No new pull-list available - will re-check again in 24 hours.")
|
logger.info(u"No new pull-list available - will re-check again in 24 hours.")
|
||||||
pullitcheck()
|
pullitcheck()
|
||||||
|
|
Loading…
Add table
Reference in a new issue