This commit is contained in:
2024-04-24 20:39:31 +02:00
parent 5e810d23ab
commit 1e00c1fe33
+1 -1
View File
@@ -247,7 +247,7 @@ def stream_music():
"""
#return send_from_directory("/tmp/hls", "stream.m3u8")
return render_template("stream.html")
return render_template("/home/pi/Conjurerstream.html")
@app.route("/<string:file_name>")
def stream(file_name):