diff --git a/remarkbox/scripts/send_node_digest_notifications.py b/remarkbox/scripts/send_node_digest_notifications.py index 6de10f2..a6aaa0e 100644 --- a/remarkbox/scripts/send_node_digest_notifications.py +++ b/remarkbox/scripts/send_node_digest_notifications.py @@ -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)