Removed a comment for an issue i fixed
This commit is contained in:
parent
3e770fe66d
commit
0f81492332
1 changed files with 0 additions and 2 deletions
|
|
@ -115,8 +115,6 @@ def settingsControl():
|
||||||
@app.route("/search", methods=['POST'])
|
@app.route("/search", methods=['POST'])
|
||||||
def searchSongDB():
|
def searchSongDB():
|
||||||
recieveData=request.get_json(force=True)
|
recieveData=request.get_json(force=True)
|
||||||
# the way i put the data in a list was really dumb looking back, i could and should have used a list of dictioaries like i was before
|
|
||||||
# i might try to change it but this layout is embedded deep in the client
|
|
||||||
tempData = {}
|
tempData = {}
|
||||||
if (recieveData['search'] == ""):
|
if (recieveData['search'] == ""):
|
||||||
tempData = songDatabaseList["songData"].copy()
|
tempData = songDatabaseList["songData"].copy()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue