bugfix in scheduler

This commit is contained in:
Rushabh Mehta 2012-08-03 14:15:25 +05:30
parent e5984873e6
commit 52006ca83d

View File

@ -42,7 +42,7 @@ def execute_daily():
run_fn(send) run_fn(send)
# send bulk emails # send bulk emails
from webnotes.utils.email_lib.bulk import cleanup from webnotes.utils.email_lib.bulk import clear_outbox
run_fn(clear_outbox) run_fn(clear_outbox)
def execute_weekly(): def execute_weekly():