From 37fe5981d49795ae6f55cbab3cda6062d3117b51 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 11:28:19 +0200 Subject: [PATCH] fd --- files/helpers/alerts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index dd81fc4934..e95a99f766 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -38,7 +38,6 @@ def send_notification(vid, user, text): notif = Notification(comment_id=new_comment.id, user_id=uid) g.db.add(notif) - g.db.commit() def send_follow_notif(vid, user, text):