Loading sucsam.py +3 −2 Original line number Diff line number Diff line Loading @@ -358,10 +358,11 @@ def deleteUser(peopleList): emailAdminDeleteUser(person) # remove the entry from the list peopleList.remove(person) #peopleList.remove(person) # return to the deletemenu with an empty list as we've just deleted everyone deleteMenu(peopleList) #deleteMenu(peopleList) deleteMenu([]) def reminderMenu(): Loading Loading
sucsam.py +3 −2 Original line number Diff line number Diff line Loading @@ -358,10 +358,11 @@ def deleteUser(peopleList): emailAdminDeleteUser(person) # remove the entry from the list peopleList.remove(person) #peopleList.remove(person) # return to the deletemenu with an empty list as we've just deleted everyone deleteMenu(peopleList) #deleteMenu(peopleList) deleteMenu([]) def reminderMenu(): Loading