fix /
This commit is contained in:
parent
77cc3d29a0
commit
0bdb5e3f4e
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -61,7 +61,7 @@ def sizeof_fmt(num, suffix="B"):
|
|||
|
||||
@app.route("/", methods=["GET"])
|
||||
def route_interface():
|
||||
return render_template("player.html", playing=playback)
|
||||
return render_template("player.html", playing=is_playing())
|
||||
|
||||
|
||||
@app.route("/", methods=["POST"])
|
||||
|
|
Loading…
Add table
Reference in a new issue