From 08ad67c6de80b28322c35b40ff2b1cd1fcc378a3 Mon Sep 17 00:00:00 2001 From: Groupr Date: Mon, 2 Jun 2025 23:33:13 +0000 Subject: [PATCH] Update notify.py --- remarkbox/lib/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remarkbox/lib/notify.py b/remarkbox/lib/notify.py index 04f14ab..c8d5bfd 100644 --- a/remarkbox/lib/notify.py +++ b/remarkbox/lib/notify.py @@ -257,4 +257,4 @@ def send_digest_notifications(request, notification_dict, frequency="daily"): for notification in notifications: notification.sent = True request.dbsession.add(notification) - request.dbsession.flush() + request.dbsession.flush()