Update send_node_digest_notifications.py

This commit is contained in:
Groupr 2025-06-07 16:32:39 +00:00
parent e148141fce
commit aedb7056d8

View file

@ -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)