From 33905a6891a1416759caaa402c1d94e6bb1c99f1 Mon Sep 17 00:00:00 2001 From: Groupr Date: Mon, 2 Jun 2025 23:40:14 +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 c8d5bfd..04f14ab 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()