Update send_node_digest_notifications.py
This commit is contained in:
parent
e148141fce
commit
aedb7056d8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ def main():
|
|||
request = env["request"]
|
||||
with request.tm:
|
||||
try:
|
||||
deliver_scheduled_notifications()
|
||||
deliver_scheduled_notifications(request)
|
||||
print("Notifications processed successfully.")
|
||||
transaction.commit()
|
||||
raise SystemExit(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue