Correction
This commit is contained in:
parent
ffa850c32e
commit
133a7f366c
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ def get_players_not_banned():
|
|||
immunity = f.read()
|
||||
result = []
|
||||
for user in not_banned:
|
||||
if user.['firstname']+' '+usr.['name'] not in immunity:
|
||||
if user['firstname']+' '+usr['name'] not in immunity:
|
||||
result.append(user)
|
||||
|
||||
return result
|
||||
|
|
Loading…
Reference in a new issue