mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fix 14
This commit is contained in:
@@ -51,9 +51,11 @@ def update_music_list():
|
||||
record = json.loads(request.data)
|
||||
print(record)
|
||||
music_file_list.append(record["item"])
|
||||
return 200
|
||||
|
||||
|
||||
return jsonify(isError= False,
|
||||
message= "Success",
|
||||
statusCode= 200,
|
||||
data= record), 200
|
||||
|
||||
if __name__=='__main__':
|
||||
app.run(debug=True, host="0.0.0.0")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user