Add run time to promote.py

This commit is contained in:
John-William Trenholm
2015-01-13 12:38:39 -08:00
parent a1ba729e67
commit 32c1229d4c

View File

@@ -945,9 +945,9 @@ def Run(verbose=True):
"""
if verbose:
print "promote.py:Run() - make_daily_promotions()"
print "%s promote.py:Run() - make_daily_promotions()" % datetime.now(g.tz)
make_daily_promotions()
if verbose:
print "promote.py:Run() - finished"
print "%s promote.py:Run() - finished" % datetime.now(g.tz)