aaa
This commit is contained in:
parent
6203826194
commit
d76affa05a
4
app.py
4
app.py
@ -28,8 +28,6 @@ import os
|
|||||||
"uuid" TEXT NOT NULL,
|
"uuid" TEXT NOT NULL,
|
||||||
"name" TEXT NOT NULL
|
"name" TEXT NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
d2c45910-8eb8-11e8-b357-b10f0028b927
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Load configuration
|
# Load configuration
|
||||||
@ -172,7 +170,7 @@ def dashboard():
|
|||||||
return make_response("Unauthorized.", 402)
|
return make_response("Unauthorized.", 402)
|
||||||
|
|
||||||
return render_template("dashboard.html", stream = streamkey,
|
return render_template("dashboard.html", stream = streamkey,
|
||||||
server = "rtmp://" + config['Streaming']['ServerHost']) + "/live/"
|
server = "rtmp://" + config['Streaming']['ServerHost'] + "/live/")
|
||||||
|
|
||||||
@app.route("/dashboard/stats")
|
@app.route("/dashboard/stats")
|
||||||
def dashboard_stats():
|
def dashboard_stats():
|
||||||
|
Reference in New Issue
Block a user