diff --git a/pynite/core.py b/pynite/core.py index c8fe0c9..f51ac2d 100644 --- a/pynite/core.py +++ b/pynite/core.py @@ -148,6 +148,6 @@ async def get_squads(self): async def get_lifetime_stats(self): try: - return self.life_time_stats + return self.lifeTimeStats except AttributeError: raise NoGames('the game or any of its')