Loading sucsam.py +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ def deleteMenu(deleteArray): print("Adding " + str(soc[0]) + " to the list because the DB says: " + str(soc[1])) deleteArray.append(soc[0]) for ass in associatesBad: if ass == "delete" if ass == "delete": print("Adding " + str(ass[0]) + " to the list because the DB says: " + str(ass[1])) deleteArray.append(ass[0]) deleteMenu(deleteArray) Loading Loading
sucsam.py +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ def deleteMenu(deleteArray): print("Adding " + str(soc[0]) + " to the list because the DB says: " + str(soc[1])) deleteArray.append(soc[0]) for ass in associatesBad: if ass == "delete" if ass == "delete": print("Adding " + str(ass[0]) + " to the list because the DB says: " + str(ass[1])) deleteArray.append(ass[0]) deleteMenu(deleteArray) Loading