fix conditional error with deactivate all

This commit is contained in:
PC-Admin 2023-08-27 02:36:11 +08:00
parent 7475e38388
commit 6b7b5bf261

View File

@ -62,7 +62,7 @@ def deactivate_multiple_accounts():
return return
#print(len(data[0])) #print(len(data[0]))
#print(data[0][0]) #print(data[0][0])
if delete_confirmation ["y", "Y", "yes", "Yes", "YES"]: if delete_confirmation in ["y", "Y", "yes", "Yes", "YES"]:
x = 0 x = 0
while x <= (len(data) - 1): while x <= (len(data) - 1):
#print(data[0][x]) #print(data[0][x])