mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-31 08:19:16 +02:00
fix
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ app.logger.disabled = True
|
|||||||
@app.route("/")
|
@app.route("/")
|
||||||
def home():
|
def home():
|
||||||
global data, data_lock
|
global data, data_lock
|
||||||
with data_lock: return repr(data)
|
with data_lock: return repr(data["playlist"])
|
||||||
|
|
||||||
def web():
|
def web():
|
||||||
app.run("0.0.0.0", 3001)
|
app.run("0.0.0.0", 3001)
|
||||||
|
|||||||
Reference in New Issue
Block a user