mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fx bug
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user