Visual fixes

This commit is contained in:
mikka 2026-04-25 17:41:29 +02:00
parent 5c2d166ff4
commit 8f3a1c00a4
2 changed files with 10 additions and 3 deletions

2
app.py
View file

@ -163,4 +163,4 @@ def loeschen():
del songs[song]
with open(liste+".json","w") as f:
json.dump(songs,f,indent=2,ensure_ascii=False)
return redirect("/rm?liste="+liste,303)
return redirect("/remove?liste="+liste,303)