Skip to content

Commit

Permalink
Not good for printing many box scores
Browse files Browse the repository at this point in the history
  • Loading branch information
panzarino committed Nov 26, 2015
1 parent a320c2c commit 57b75e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mlbgame/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,4 @@ def print_scoreboard(self):
output += str(x)+" "
else:
output += str(x)+" "
return output

def __str__(self):
return self.print_scoreboard()
return output

0 comments on commit 57b75e5

Please sign in to comment.