remotes/1693045480750635534/spooky-22
Aevann1 2021-08-25 19:18:38 +02:00
parent aecba85c98
commit 25042653e1
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ def messagereply(v, username, id):
g.db.add(new_aux)
notif = Notification(comment_id=new_comment.id, user_id=user.id)
g.db.add(notif)
return redirect(request.referrer))
return redirect(request.referrer)
@app.get("/songs/<id>")
def songs(id):