Kleine veränderung
This commit is contained in:
parent
46e9d5c40d
commit
f3d0f6bd7b
4 changed files with 31 additions and 5 deletions
2
app.py
2
app.py
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue