Skip to content

Commit

Permalink
It's a new year bitches
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Neath committed Dec 20, 2012
1 parent c82dd7c commit b22df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/epticsmix/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def client
@client ||= Client.new(self.username, self.password)
end

def season_stats(year = 2011)
def season_stats(year = 2012)
@season_stats ||= begin
stats = client.season_stats
return {} if stats.nil?
Expand Down

1 comment on commit b22df7d

@maddox
Copy link

@maddox maddox commented on b22df7d Dec 20, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏂 🔫

Please sign in to comment.