bugfix in scheduler
This commit is contained in:
parent
e5984873e6
commit
52006ca83d
@ -42,7 +42,7 @@ def execute_daily():
|
||||
run_fn(send)
|
||||
|
||||
# send bulk emails
|
||||
from webnotes.utils.email_lib.bulk import cleanup
|
||||
from webnotes.utils.email_lib.bulk import clear_outbox
|
||||
run_fn(clear_outbox)
|
||||
|
||||
def execute_weekly():
|
||||
|
Loading…
x
Reference in New Issue
Block a user