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