mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
FIx 1
This commit is contained in:
@@ -48,7 +48,7 @@ def get_music_list():
|
|||||||
def update_music_list():
|
def update_music_list():
|
||||||
record = json.loads(request.data)
|
record = json.loads(request.data)
|
||||||
print(record)
|
print(record)
|
||||||
music_file_list.appemd(record["item"])
|
music_file_list.append(record["item"])
|
||||||
|
|
||||||
|
|
||||||
if __name__=='__main__':
|
if __name__=='__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user