forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-17 11:28:19 +02:00
parent 6e3d0c57b9
commit 37fe5981d4
1 changed files with 0 additions and 1 deletions

View File

@ -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):