From 0f814923320a7200d233909fdf1c461767785cb7 Mon Sep 17 00:00:00 2001 From: Kristy Fournier <124598538+kristy-fournier@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:42:38 -0400 Subject: [PATCH] Removed a comment for an issue i fixed --- Server/webbyBits.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Server/webbyBits.py b/Server/webbyBits.py index 3251649..65427f7 100644 --- a/Server/webbyBits.py +++ b/Server/webbyBits.py @@ -115,8 +115,6 @@ def settingsControl(): @app.route("/search", methods=['POST']) def searchSongDB(): 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 = {} if (recieveData['search'] == ""): tempData = songDatabaseList["songData"].copy()