mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 16:22:10 +00:00
Test 2
This commit is contained in:
@@ -176,7 +176,7 @@ except:
|
|||||||
music_file_list.append(temp_music_file)
|
music_file_list.append(temp_music_file)
|
||||||
logger.error("Service Unavailable")
|
logger.error("Service Unavailable")
|
||||||
finally:
|
finally:
|
||||||
sys,exit()
|
sys.exit()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ def get_music_list():
|
|||||||
return jsonify({'music_file_list':music_file_list})
|
return jsonify({'music_file_list':music_file_list})
|
||||||
|
|
||||||
if __name__=='__main__':
|
if __name__=='__main__':
|
||||||
app.run(debug=False, host="192.168.161.1.15")
|
app.run(debug=True, host="192.168.161.1.15")
|
||||||
|
|
||||||
#TODO: Reskan co 24h
|
#TODO: Reskan co 24h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user