Kleine veränderung

This commit is contained in:
mikka 2026-04-20 22:02:17 +02:00
parent 46e9d5c40d
commit f3d0f6bd7b
4 changed files with 31 additions and 5 deletions

2
app.py
View file

@ -146,7 +146,7 @@ def suche_finden():
print(liste)
with open(liste+".json","w") as f:
json.dump(songs,f,indent=2,ensure_ascii=False)
return redirect("/?liste="+liste,303)
return redirect("/suche?liste="+liste,303)
@app.route("/ADMIN")
def admin():