mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Add run time to promote.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user