diff --git a/fut/core.py b/fut/core.py index 053b06c..a3d47c5 100644 --- a/fut/core.py +++ b/fut/core.py @@ -1151,7 +1151,7 @@ def club(self, sort='desc', ctype='player', defId='', start=0, count=None, page_ if assetId: params['maskedDefId'] = assetId if league: - params['leag'] = league + params['league'] = league if club: params['team'] = club if position: @@ -1159,7 +1159,7 @@ def club(self, sort='desc', ctype='player', defId='', start=0, count=None, page_ if zone: params['zone'] = zone if nationality: - params['nat'] = nationality + params['nation'] = nationality if rare: params['rare'] = 'SP' if playStyle: