Skip to content

Commit

Permalink
fix lifetime stats
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Jan 30, 2018
1 parent e7625ec commit 56d7742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynite/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 56d7742

Please sign in to comment.