mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
add
This commit is contained in:
@@ -43,7 +43,7 @@ def get_music_list():
|
||||
return jsonify({'music_file_list':music_file_list})
|
||||
|
||||
if __name__=='__main__':
|
||||
app.run(debug=True)
|
||||
app.run(debug=True, host="0.0.0.0")
|
||||
|
||||
#TODO: Reskan co 24h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user