From 56d7742290527a770ed2218de90c9e8fe9ba3a04 Mon Sep 17 00:00:00 2001 From: SharpBit <31069084+SharpBit@users.noreply.github.com> Date: Mon, 29 Jan 2018 19:12:21 -0500 Subject: [PATCH] fix lifetime stats --- pynite/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')