From a868d5668ac8c042cf5d26350f1b090ef4b252d1 Mon Sep 17 00:00:00 2001 From: Groupr Date: Tue, 3 Jun 2025 00:18:20 +0000 Subject: [PATCH] Update send_node_digest_notifications.py --- remarkbox/scripts/send_node_digest_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remarkbox/scripts/send_node_digest_notifications.py b/remarkbox/scripts/send_node_digest_notifications.py index d76ace9..71cec97 100644 --- a/remarkbox/scripts/send_node_digest_notifications.py +++ b/remarkbox/scripts/send_node_digest_notifications.py @@ -20,7 +20,7 @@ def main(): try: deliver_scheduled_notifications(request) print("Committing transaction.") - transaction.commit() + # transaction.commit() print("Committed transaction.") raise SystemExit(0) except Exception as e: