Update notify.py
This commit is contained in:
parent
b293cf19e2
commit
08ad67c6de
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue