mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2024-12-19 07:00:27 -05:00
fix conditional error with deactivate all
This commit is contained in:
parent
7475e38388
commit
6b7b5bf261
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user