billy-yoyo / RainbowSixSiege-Python-API

Asynchronous python api for rainbow six siege (r6sapi)
MIT License
130 stars 31 forks source link

Error with the request of _lat_data dictionary #63

Closed scainimatteo closed 3 years ago

scainimatteo commented 3 years ago

in my script i used some variables (like kills and deaths in the current season) from the dictionary called _last_data, but with the new update it gave me NoneType.

billy-yoyo commented 3 years ago

_last_data is an internal variable and should not be relied on. Either way it should be fixed with the upcoming changes.