Visual fixes
This commit is contained in:
parent
5c2d166ff4
commit
8f3a1c00a4
2 changed files with 10 additions and 3 deletions
2
app.py
2
app.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue