diff --git a/main.py b/main.py index b8f13d4..24dd95c 100644 --- a/main.py +++ b/main.py @@ -1539,7 +1539,7 @@ async def v1_players_patch( raise HTTPException(status_code=404, detail=f'Team id {team_id} not found') if name: this_player.name = name - if wara: + if wara is not None: this_player.wara = wara if image: this_player.image = image