xcodinas / fortnite-python

Python wrapper for http://fortnitetracker.com/ api.
MIT License
10 stars 6 forks source link

'Stats' object has no attribute 'kills_match' #38

Closed Sh3tix closed 3 years ago

Sh3tix commented 4 years ago

Hello, when I try this : winrate_solo = player.get_stats(Mode.SOLO).kills_match

I have this error : 'Stats' object has no attribute 'kills_match'

Any help ?

xcodinas commented 3 years ago

There's no such attribute on the stats object, you can check all the attributes with: dir(player.get_stats(Mode.SOLO)