diff --git a/user_commands.py b/user_commands.py index 5b950c2..7fe078d 100644 --- a/user_commands.py +++ b/user_commands.py @@ -62,7 +62,7 @@ def deactivate_multiple_accounts(): return #print(len(data[0])) #print(data[0][0]) - if delete_confirmation ["y", "Y", "yes", "Yes", "YES"]: + if delete_confirmation in ["y", "Y", "yes", "Yes", "YES"]: x = 0 while x <= (len(data) - 1): #print(data[0][x])